821 B
821 B
Home > puppeteer > Protocol > Runtime > ExecutionContextCreatedEvent
Protocol.Runtime.ExecutionContextCreatedEvent interface
Issued when new execution context is created.
Signature:
export interface ExecutionContextCreatedEvent
Properties
Property | Type | Description |
---|---|---|
context | ExecutionContextDescription | A newly created execution context. |