|
3 | 3 | "CookieStore": { |
4 | 4 | "__compat": { |
5 | 5 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore", |
6 | | - "spec_url": "https://wicg.github.io/cookie-store/#CookieStore", |
| 6 | + "spec_url": "https://cookiestore.spec.whatwg.org/#CookieStore", |
7 | 7 | "tags": [ |
8 | 8 | "web-features:cookie-store" |
9 | 9 | ], |
|
40 | 40 | "description": "`change` event", |
41 | 41 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/change_event", |
42 | 42 | "spec_url": [ |
43 | | - "https://wicg.github.io/cookie-store/#intro-monitor", |
44 | | - "https://wicg.github.io/cookie-store/#dom-cookiestore-onchange" |
| 43 | + "https://cookiestore.spec.whatwg.org/#intro-monitor", |
| 44 | + "https://cookiestore.spec.whatwg.org/#dom-cookiestore-onchange" |
45 | 45 | ], |
46 | 46 | "tags": [ |
47 | 47 | "web-features:cookie-store" |
|
77 | 77 | "delete": { |
78 | 78 | "__compat": { |
79 | 79 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/delete", |
80 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-delete", |
| 80 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiestore-delete", |
81 | 81 | "tags": [ |
82 | 82 | "web-features:cookie-store" |
83 | 83 | ], |
|
111 | 111 | "partitioned_option": { |
112 | 112 | "__compat": { |
113 | 113 | "description": "`partitioned` option", |
114 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestoredeleteoptions-partitioned", |
| 114 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiestoredeleteoptions-partitioned", |
115 | 115 | "tags": [ |
116 | 116 | "web-features:partitioned-cookies" |
117 | 117 | ], |
|
147 | 147 | "get": { |
148 | 148 | "__compat": { |
149 | 149 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/get", |
150 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-get", |
| 150 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiestore-get", |
151 | 151 | "tags": [ |
152 | 152 | "web-features:cookie-store" |
153 | 153 | ], |
|
181 | 181 | "domain_return_property": { |
182 | 182 | "__compat": { |
183 | 183 | "description": "`domain` in return value", |
184 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-domain", |
| 184 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-domain", |
185 | 185 | "tags": [ |
186 | 186 | "web-features:cookie-store" |
187 | 187 | ], |
|
216 | 216 | "expires_return_property": { |
217 | 217 | "__compat": { |
218 | 218 | "description": "`expires` in return value", |
219 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-expires", |
| 219 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-expires", |
220 | 220 | "tags": [ |
221 | 221 | "web-features:cookie-store" |
222 | 222 | ], |
|
251 | 251 | "name_return_property": { |
252 | 252 | "__compat": { |
253 | 253 | "description": "`name` in return value", |
254 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-name", |
| 254 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-name", |
255 | 255 | "tags": [ |
256 | 256 | "web-features:cookie-store" |
257 | 257 | ], |
|
286 | 286 | "partitioned_return_property": { |
287 | 287 | "__compat": { |
288 | 288 | "description": "`partitioned` in return value", |
289 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-partitioned", |
| 289 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-partitioned", |
290 | 290 | "tags": [ |
291 | 291 | "web-features:partitioned-cookies" |
292 | 292 | ], |
|
321 | 321 | "path_return_property": { |
322 | 322 | "__compat": { |
323 | 323 | "description": "`path` in return value", |
324 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-path", |
| 324 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-path", |
325 | 325 | "tags": [ |
326 | 326 | "web-features:cookie-store" |
327 | 327 | ], |
|
356 | 356 | "sameSite_return_property": { |
357 | 357 | "__compat": { |
358 | 358 | "description": "`sameSite` in return value", |
359 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-samesite", |
| 359 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-samesite", |
360 | 360 | "tags": [ |
361 | 361 | "web-features:cookie-store" |
362 | 362 | ], |
|
391 | 391 | "secure_return_property": { |
392 | 392 | "__compat": { |
393 | 393 | "description": "`secure` in return value", |
394 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-secure", |
| 394 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-secure", |
395 | 395 | "tags": [ |
396 | 396 | "web-features:cookie-store" |
397 | 397 | ], |
|
426 | 426 | "value_return_property": { |
427 | 427 | "__compat": { |
428 | 428 | "description": "`value` in return value", |
429 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-value", |
| 429 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-value", |
430 | 430 | "tags": [ |
431 | 431 | "web-features:cookie-store" |
432 | 432 | ], |
|
462 | 462 | "getAll": { |
463 | 463 | "__compat": { |
464 | 464 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/getAll", |
465 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-getall", |
| 465 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiestore-getall", |
466 | 466 | "tags": [ |
467 | 467 | "web-features:cookie-store" |
468 | 468 | ], |
|
497 | 497 | "set": { |
498 | 498 | "__compat": { |
499 | 499 | "mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/set", |
500 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-set", |
| 500 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiestore-set", |
501 | 501 | "tags": [ |
502 | 502 | "web-features:cookie-store" |
503 | 503 | ], |
|
531 | 531 | "partitioned_option": { |
532 | 532 | "__compat": { |
533 | 533 | "description": "`partitioned` option", |
534 | | - "spec_url": "https://wicg.github.io/cookie-store/#dom-cookieinit-partitioned", |
| 534 | + "spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookieinit-partitioned", |
535 | 535 | "tags": [ |
536 | 536 | "web-features:partitioned-cookies" |
537 | 537 | ], |
|
0 commit comments