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

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