[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IO](./puppeteer.protocol.io.md) > [ReadResponse](./puppeteer.protocol.io.readresponse.md) ## Protocol.IO.ReadResponse interface Signature: ```typescript export interface ReadResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [base64Encoded](./puppeteer.protocol.io.readresponse.base64encoded.md) | boolean | Set if the data is base64-encoded | | [data](./puppeteer.protocol.io.readresponse.data.md) | string | Data that were read. | | [eof](./puppeteer.protocol.io.readresponse.eof.md) | boolean | Set if the end-of-file condition occured while reading. |