<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [IO](./puppeteer.protocol.io.md) &gt; [ReadResponse](./puppeteer.protocol.io.readresponse.md)

## Protocol.IO.ReadResponse interface

<b>Signature:</b>

```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. |