14 lines
481 B
Markdown
14 lines
481 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) > [ReadRequest](./puppeteer.protocol.io.readrequest.md) > [handle](./puppeteer.protocol.io.readrequest.handle.md)
|
||
|
|
||
|
## Protocol.IO.ReadRequest.handle property
|
||
|
|
||
|
Handle of the stream to read.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
handle: StreamHandle;
|
||
|
```
|