mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > IO > ReadRequest
Protocol.IO.ReadRequest interface
Signature:
export interface ReadRequest
Properties
Property | Type | Description |
---|---|---|
handle | StreamHandle | Handle of the stream to read. |
offset | integer | Seek to the specified offset before reading (if not specificed, proceed with offset following the last read). Some types of streams may only support sequential reads. |
size | integer | Maximum number of bytes to read (left upon the agent discretion if not specified). |