707 B
707 B
Home > puppeteer > Protocol > CSS > StyleSheetOrigin
Protocol.CSS.StyleSheetOrigin type
Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets.
Signature:
export type StyleSheetOrigin = ('injected' | 'user-agent' | 'inspector' | 'regular');