811 B
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. |