49f25e2412
This corresponds to Chromium 87.0.4272.0 This roll includes: - Reland "idle-detection: Implement requestPermission() method" (crrev.com/c/2417779)
14 lines
600 B
Markdown
14 lines
600 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [CSSStyleSheetHeader](./puppeteer.protocol.css.cssstylesheetheader.md) > [isConstructed](./puppeteer.protocol.css.cssstylesheetheader.isconstructed.md)
|
|
|
|
## Protocol.CSS.CSSStyleSheetHeader.isConstructed property
|
|
|
|
Whether this stylesheet is a constructed stylesheet (created using new CSSStyleSheet()).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
isConstructed: boolean;
|
|
```
|