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

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.