fix!: deprecate indirect network condition imports (#9074)

This commit is contained in:
jrandolf
2022-10-06 17:30:00 +02:00
committed by Randolf Jung
parent 9f4f43a28b
commit 41d0122b94
17 changed files with 100 additions and 141 deletions

View File

@@ -4,6 +4,10 @@ sidebar_label: Page.setOfflineMode
# Page.setOfflineMode() method
Sets the network connection to offline.
It does not change the parameters used in [Page.emulateNetworkConditions()](./puppeteer.page.emulatenetworkconditions.md)
**Signature:**
```typescript
@@ -21,7 +25,3 @@ class 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)