Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 265 Bytes

puppeteer.httpresponse.fromserviceworker.md

File metadata and controls

19 lines (13 loc) · 265 Bytes
sidebar_label
HTTPResponse.fromServiceWorker

HTTPResponse.fromServiceWorker() method

True if the response was served by a service worker.

Signature:

class HTTPResponse {
  fromServiceWorker(): boolean;
}

Returns:

boolean