mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove docusaurus metadata from README.md (#8624)
This commit is contained in:
@@ -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<void>
|
||||
|
||||
## 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<void>
|
||||
|
||||
## Remarks
|
||||
|
||||
NOTE: while this method sets the network connection to offline, it does not change the parameters used in \[page.emulateNetworkConditions(networkConditions)\] (\#pageemulatenetworkconditionsnetworkconditions)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user