mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
973 B
973 B
Home > puppeteer > Protocol > Runtime > BindingCalledEvent
Protocol.Runtime.BindingCalledEvent interface
Notification is issued every time when binding is called.
Signature:
export interface BindingCalledEvent
Properties
Property | Type | Description |
---|---|---|
executionContextId | ExecutionContextId | Identifier of the context where the call was made. |
name | string | |
payload | string |