True if the response was served by a service worker.
class HTTPResponse { abstract fromServiceWorker(): boolean; }
Returns:
boolean