19 lines
626 B
Markdown
19 lines
626 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IO](./puppeteer.protocol.io.md) > [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. |
|
|
|