[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. Signature: ```typescript eof: boolean; ```