mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExecutionContextDescription](./puppeteer.protocol.runtime.executioncontextdescription.md)
|
||||
|
||||
## Protocol.Runtime.ExecutionContextDescription interface
|
||||
|
||||
Description of an isolated world.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export interface ExecutionContextDescription
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [auxData](./puppeteer.protocol.runtime.executioncontextdescription.auxdata.md) | any | Embedder-specific auxiliary data. |
|
||||
| [id](./puppeteer.protocol.runtime.executioncontextdescription.id.md) | [ExecutionContextId](./puppeteer.protocol.runtime.executioncontextid.md) | Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. |
|
||||
| [name](./puppeteer.protocol.runtime.executioncontextdescription.name.md) | string | Human readable name describing given context. |
|
||||
| [origin](./puppeteer.protocol.runtime.executioncontextdescription.origin.md) | string | Execution context origin. |
|
||||
|
||||
Reference in New Issue
Block a user