[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 Signature: ```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. |