puppeteer/new-docs/puppeteer.protocol.runtime.executioncontextid.md

14 lines
468 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [ExecutionContextId](./puppeteer.protocol.runtime.executioncontextid.md)
## Protocol.Runtime.ExecutionContextId type
Id of an execution context.
<b>Signature:</b>
```typescript
export type ExecutionContextId = integer;
```