Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 283 Bytes

puppeteer.page.isserviceworkerbypassed.md

File metadata and controls

19 lines (13 loc) · 283 Bytes
sidebar_label
Page.isServiceWorkerBypassed

Page.isServiceWorkerBypassed() method

true if the service worker are being bypassed, false otherwise.

Signature:

class Page {
  abstract isServiceWorkerBypassed(): boolean;
}

Returns:

boolean