HTTPResponse.fromServiceWorker() 方法
如果响应由 service worker 提供,则为 true。
签名
class HTTPResponse {
abstract fromServiceWorker(): boolean;
}
返回值:
boolean
如果响应由 service worker 提供,则为 true。
class HTTPResponse {
abstract fromServiceWorker(): boolean;
}
返回值:
boolean