puppeteer/new-docs/puppeteer.protocol.io.closerequest.handle.md
2020-07-13 14:01:35 +01:00

14 lines
486 B
Markdown

<!-- 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) &gt; [handle](./puppeteer.protocol.io.closerequest.handle.md)
## Protocol.IO.CloseRequest.handle property
Handle of the stream to close.
<b>Signature:</b>
```typescript
handle: StreamHandle;
```