21 lines
811 B
Markdown
21 lines
811 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<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. |
|
||
|
|