|
4 | 4 | "__compat": {
|
5 | 5 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache",
|
6 | 6 | "spec_url": "https://w3c.github.io/ServiceWorker/#cache-interface",
|
| 7 | + "tags": [ |
| 8 | + "web-features:service-workers" |
| 9 | + ], |
7 | 10 | "support": {
|
8 | 11 | "chrome": {
|
9 | 12 | "version_added": "40",
|
|
45 | 48 | "worker_support": {
|
46 | 49 | "__compat": {
|
47 | 50 | "description": "Available in workers",
|
| 51 | + "tags": [ |
| 52 | + "web-features:service-workers" |
| 53 | + ], |
48 | 54 | "support": {
|
49 | 55 | "chrome": {
|
50 | 56 | "version_added": "40",
|
|
88 | 94 | "__compat": {
|
89 | 95 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/add",
|
90 | 96 | "spec_url": "https://w3c.github.io/ServiceWorker/#cache-add",
|
| 97 | + "tags": [ |
| 98 | + "web-features:service-workers" |
| 99 | + ], |
91 | 100 | "support": {
|
92 | 101 | "chrome": {
|
93 | 102 | "version_added": "44",
|
|
132 | 141 | "__compat": {
|
133 | 142 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/addAll",
|
134 | 143 | "spec_url": "https://w3c.github.io/ServiceWorker/#cache-addAll",
|
| 144 | + "tags": [ |
| 145 | + "web-features:service-workers" |
| 146 | + ], |
135 | 147 | "support": {
|
136 | 148 | "chrome": {
|
137 | 149 | "version_added": "46",
|
|
173 | 185 | "__compat": {
|
174 | 186 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/delete",
|
175 | 187 | "spec_url": "https://w3c.github.io/ServiceWorker/#cache-delete",
|
| 188 | + "tags": [ |
| 189 | + "web-features:service-workers" |
| 190 | + ], |
176 | 191 | "support": {
|
177 | 192 | "chrome": {
|
178 | 193 | "version_added": "43"
|
|
214 | 229 | "__compat": {
|
215 | 230 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/keys",
|
216 | 231 | "spec_url": "https://w3c.github.io/ServiceWorker/#cache-keys",
|
| 232 | + "tags": [ |
| 233 | + "web-features:service-workers" |
| 234 | + ], |
217 | 235 | "support": {
|
218 | 236 | "chrome": {
|
219 | 237 | "version_added": "43"
|
|
254 | 272 | "__compat": {
|
255 | 273 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/match",
|
256 | 274 | "spec_url": "https://w3c.github.io/ServiceWorker/#cache-match",
|
| 275 | + "tags": [ |
| 276 | + "web-features:service-workers" |
| 277 | + ], |
257 | 278 | "support": {
|
258 | 279 | "chrome": {
|
259 | 280 | "version_added": "43"
|
|
295 | 316 | "__compat": {
|
296 | 317 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/matchAll",
|
297 | 318 | "spec_url": "https://w3c.github.io/ServiceWorker/#cache-matchall",
|
| 319 | + "tags": [ |
| 320 | + "web-features:service-workers" |
| 321 | + ], |
298 | 322 | "support": {
|
299 | 323 | "chrome": {
|
300 | 324 | "version_added": "47"
|
|
338 | 362 | "__compat": {
|
339 | 363 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/put",
|
340 | 364 | "spec_url": "https://w3c.github.io/ServiceWorker/#cache-put",
|
| 365 | + "tags": [ |
| 366 | + "web-features:service-workers" |
| 367 | + ], |
341 | 368 | "support": {
|
342 | 369 | "chrome": {
|
343 | 370 | "version_added": "43",
|
|
0 commit comments