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

605 B

Home > puppeteer > Protocol > CSS > CSSStyleSheetHeader > isInline

Protocol.CSS.CSSStyleSheetHeader.isInline property

Whether this stylesheet is created for STYLE tag by parser. This flag is not set for document.written STYLE tags.

Signature:

isInline: boolean;