puppeteer/new-docs/puppeteer.protocol.css.stylesheetorigin.md
2020-07-13 14:01:35 +01:00

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');