puppeteer/new-docs/puppeteer.protocol.runtime.executioncontextdescription.md
2020-07-13 14:01:35 +01:00

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.