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

614 B

Home > puppeteer > Protocol > IO > ReadRequest > offset

Protocol.IO.ReadRequest.offset property

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.

Signature:

offset?: integer;