chore: remove docusaurus metadata from README.md (#8624)

This commit is contained in:
jrandolf
2022-07-05 14:42:31 +02:00
committed by GitHub
parent fc77c1517f
commit 45eb2c607f
728 changed files with 15375 additions and 17493 deletions

View File

@@ -1,27 +1,25 @@
---
sidebar_label: Page.setOfflineMode
---
# Page.setOfflineMode() method
**Signature:**
```typescript
class Page {
setOfflineMode(enabled: boolean): Promise<void>;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------- | ---------------------------------------------------------- |
| enabled | boolean | When <code>true</code>, enables offline mode for the page. |
**Returns:**
Promise&lt;void&gt;
## Remarks
NOTE: while this method sets the network connection to offline, it does not change the parameters used in \[page.emulateNetworkConditions(networkConditions)\] (\#pageemulatenetworkconditionsnetworkconditions)
---
sidebar_label: Page.setOfflineMode
---
# Page.setOfflineMode() method
**Signature:**
```typescript
class Page {setOfflineMode(enabled: boolean): Promise<void>;}
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| enabled | boolean | When <code>true</code>, enables offline mode for the page. |
**Returns:**
Promise&lt;void&gt;
## Remarks
NOTE: while this method sets the network connection to offline, it does not change the parameters used in \[page.emulateNetworkConditions(networkConditions)\] (\#pageemulatenetworkconditionsnetworkconditions)