19 lines
608 B
Markdown
19 lines
608 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [RemoveBindingRequest](./puppeteer.protocol.runtime.removebindingrequest.md)
|
||
|
|
||
|
## Protocol.Runtime.RemoveBindingRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface RemoveBindingRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [name](./puppeteer.protocol.runtime.removebindingrequest.name.md) | string | |
|
||
|
|