mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |