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

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).