e2d9858b38
* chore(main): release 17.0.0 * chore: generate versioned docs Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
704 B
704 B
sidebar_label |
---|
Page.setOfflineMode |
Page.setOfflineMode() method
Signature:
class Page {
setOfflineMode(enabled: boolean): Promise<void>;
}
Parameters
Parameter | Type | Description |
---|---|---|
enabled | boolean | When true , enables offline mode for the page. |
Returns:
Promise<void>
Remarks
NOTE: while this method sets the network connection to offline, it does not change the parameters used in [page.emulateNetworkConditions(networkConditions)] (#pageemulatenetworkconditionsnetworkconditions)