puppeteer/new-docs/puppeteer.protocol.io.readresponse.eof.md

14 lines
494 B
Markdown
Raw Normal View History

<!-- 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) &gt; [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;
```