puppeteer/new-docs/puppeteer.page._onbindingcalled.md

23 lines
571 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Page](./puppeteer.page.md) &gt; [\_onBindingCalled](./puppeteer.page._onbindingcalled.md)
## Page.\_onBindingCalled() method
<b>Signature:</b>
```typescript
_onBindingCalled(event: Protocol.Runtime.bindingCalledPayload): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| event | Protocol.Runtime.bindingCalledPayload | |
<b>Returns:</b>
Promise&lt;void&gt;