14 lines
494 B
Markdown
14 lines
494 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) > [eof](./puppeteer.protocol.io.readresponse.eof.md)
|
|
|
|
## Protocol.IO.ReadResponse.eof property
|
|
|
|
Set if the end-of-file condition occured while reading.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
eof: boolean;
|
|
```
|