puppeteer/new-docs/puppeteer.protocol.io.closerequest.md

19 lines
626 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; [Protocol](./puppeteer.protocol.md) &gt; [IO](./puppeteer.protocol.io.md) &gt; [CloseRequest](./puppeteer.protocol.io.closerequest.md)
## Protocol.IO.CloseRequest interface
<b>Signature:</b>
```typescript
export interface CloseRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [handle](./puppeteer.protocol.io.closerequest.handle.md) | [StreamHandle](./puppeteer.protocol.io.streamhandle.md) | Handle of the stream to close. |