mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Runtime > ExecutionContextDescription
Protocol.Runtime.ExecutionContextDescription interface
Description of an isolated world.
Signature:
export interface ExecutionContextDescription
Properties
Property | Type | Description |
---|---|---|
auxData | any | Embedder-specific auxiliary data. |
id | ExecutionContextId | Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. |
name | string | Human readable name describing given context. |
origin | string | Execution context origin. |