puppeteer/new-docs/puppeteer.protocol.css.cssstylesheetheader.ismutable.md
Johan Bay e89e264a16
feat(chromium): roll Chromium to r782078 (#6250)
This corresponds to Chromium 85.0.4182.0.

This roll includes: 
- Enable SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure
   https://crrev.com/c/2231445
- [FlexNG] Enable FlexNG by default
   https://crrev.com/c/2216595

Closes #6151.
2020-07-20 17:17:06 +02:00

744 B

Home > puppeteer > Protocol > CSS > CSSStyleSheetHeader > isMutable

Protocol.CSS.CSSStyleSheetHeader.isMutable property

Whether this stylesheet is mutable. Inline stylesheets become mutable after they have been modified via CSSOM API. element's stylesheets are never mutable. Constructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.

Signature:

isMutable: boolean;