14 lines
496 B
Markdown
14 lines
496 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [Node](./puppeteer.protocol.dom.node.md) > [internalSubset](./puppeteer.protocol.dom.node.internalsubset.md)
|
||
|
|
||
|
## Protocol.DOM.Node.internalSubset property
|
||
|
|
||
|
`DocumentType`<!-- -->'s internalSubset.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
internalSubset?: string;
|
||
|
```
|