mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |