[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [EmulateNetworkConditionsRequest](./puppeteer.protocol.network.emulatenetworkconditionsrequest.md) > [offline](./puppeteer.protocol.network.emulatenetworkconditionsrequest.offline.md) ## Protocol.Network.EmulateNetworkConditionsRequest.offline property True to emulate internet disconnection. Signature: ```typescript offline: boolean; ```