2023-05-23 11:51:32 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Page.isServiceWorkerBypassed
|
|
|
|
---
|
|
|
|
|
|
|
|
# Page.isServiceWorkerBypassed() method
|
|
|
|
|
|
|
|
`true` if the service worker are being bypassed, `false` otherwise.
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
class Page {
|
2023-11-09 12:57:33 +00:00
|
|
|
abstract isServiceWorkerBypassed(): boolean;
|
2023-05-23 11:51:32 +00:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
boolean
|