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