From 8ea92646ac91944eec4dcfdf9bae4fb41dbb1041 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 12 Nov 2021 06:13:05 -0800 Subject: [PATCH] Remove api.ServiceWorkerGlobalScope.caches from BCD This PR removes the `caches` member of the `ServiceWorkerGlobalScope` API from BCD. This feature is basically just a duplicate of the `caches` feature in `_globals`, and the data matches perfectly between the two (aside from Firefox, though that's due to service worker support being added later,). --- api/ServiceWorkerGlobalScope.json | 50 ------------------------------- 1 file changed, 50 deletions(-) diff --git a/api/ServiceWorkerGlobalScope.json b/api/ServiceWorkerGlobalScope.json index edfa969a21614c..c9822e74ddfb98 100644 --- a/api/ServiceWorkerGlobalScope.json +++ b/api/ServiceWorkerGlobalScope.json @@ -100,56 +100,6 @@ } } }, - "caches": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/caches", - "spec_url": "https://w3c.github.io/ServiceWorker/#global-caches", - "support": { - "chrome": { - "version_added": "40" - }, - "chrome_android": { - "version_added": "40" - }, - "edge": { - "version_added": "≤79" - }, - "firefox": { - "version_added": "44", - "notes": "Extended Support Releases (ESR) before Firefox 78 ESR do not support service workers and the Push API." - }, - "firefox_android": { - "version_added": "44" - }, - "ie": { - "version_added": false - }, - "opera": { - "version_added": "24" - }, - "opera_android": { - "version_added": "24" - }, - "safari": { - "version_added": "11.1" - }, - "safari_ios": { - "version_added": "11.3" - }, - "samsunginternet_android": { - "version_added": "4.0" - }, - "webview_android": { - "version_added": "40" - } - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "clients": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/clients",