HTTPResponseHTTPResponse.fromServiceWorker版本:23.11.1在本页HTTPResponse.fromServiceWorker() 方法 如果响应是由 Service Worker 提供的,则为 True。 签名 class HTTPResponse { abstract fromServiceWorker(): boolean;} 返回值 boolean