mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
826 B
826 B
Home > puppeteer > Protocol > Runtime > ExecutionContextDestroyedEvent
Protocol.Runtime.ExecutionContextDestroyedEvent interface
Issued when execution context is destroyed.
Signature:
export interface ExecutionContextDestroyedEvent
Properties
Property | Type | Description |
---|---|---|
executionContextId | ExecutionContextId | Id of the destroyed context |