b1308d1c95
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
274 B
274 B
sidebar_label |
---|
Page.isServiceWorkerBypassed |
Page.isServiceWorkerBypassed() method
true
if the service worker are being bypassed, false
otherwise.
Signature:
class Page {
isServiceWorkerBypassed(): boolean;
}
Returns:
boolean