puppeteer/new-docs/puppeteer.protocol.css.cssstylesheetheader.ismutable.md

14 lines
744 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [CSSStyleSheetHeader](./puppeteer.protocol.css.cssstylesheetheader.md) &gt; [isMutable](./puppeteer.protocol.css.cssstylesheetheader.ismutable.md)
## Protocol.CSS.CSSStyleSheetHeader.isMutable property
Whether this stylesheet is mutable. Inline stylesheets become mutable after they have been modified via CSSOM API. <link> element's stylesheets are never mutable. Constructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.
<b>Signature:</b>
```typescript
isMutable: boolean;
```