mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
a63b8305ac
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
629 B
629 B
sidebar_label |
---|
Page.setOfflineMode |
Page.setOfflineMode() method
Sets the network connection to offline.
It does not change the parameters used in Page.emulateNetworkConditions()
Signature:
class Page {
abstract setOfflineMode(enabled: boolean): Promise<void>;
}
Parameters
Parameter |
Type |
Description |
---|---|---|
enabled |
boolean |
When |
Promise<void>