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

811 B

Home > puppeteer > Protocol > IO > ReadResponse

Protocol.IO.ReadResponse interface

Signature:

export interface ReadResponse 

Properties

Property Type Description
base64Encoded boolean Set if the data is base64-encoded
data string Data that were read.
eof boolean Set if the end-of-file condition occured while reading.