Skip to content

Commit 79a5bf9

Browse files
Bump web-specs from 3.58.0 to 3.59.0 (#27434)
1 parent 1a494b0 commit 79a5bf9

8 files changed

Lines changed: 38 additions & 38 deletions

api/CookieChangeEvent.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"CookieChangeEvent": {
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieChangeEvent",
6-
"spec_url": "https://wicg.github.io/cookie-store/#CookieChangeEvent",
6+
"spec_url": "https://cookiestore.spec.whatwg.org/#CookieChangeEvent",
77
"tags": [
88
"web-features:cookie-store"
99
],
@@ -38,7 +38,7 @@
3838
"__compat": {
3939
"description": "`CookieChangeEvent()` constructor",
4040
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieChangeEvent/CookieChangeEvent",
41-
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiechangeevent-cookiechangeevent",
41+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiechangeevent-cookiechangeevent",
4242
"tags": [
4343
"web-features:cookie-store"
4444
],
@@ -73,7 +73,7 @@
7373
"changed": {
7474
"__compat": {
7575
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieChangeEvent/changed",
76-
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiechangeevent-changed",
76+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiechangeevent-changed",
7777
"tags": [
7878
"web-features:cookie-store"
7979
],
@@ -108,7 +108,7 @@
108108
"deleted": {
109109
"__compat": {
110110
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieChangeEvent/deleted",
111-
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiechangeevent-deleted",
111+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiechangeevent-deleted",
112112
"tags": [
113113
"web-features:cookie-store"
114114
],

api/CookieStore.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"CookieStore": {
44
"__compat": {
55
"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",
77
"tags": [
88
"web-features:cookie-store"
99
],
@@ -40,8 +40,8 @@
4040
"description": "`change` event",
4141
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/change_event",
4242
"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"
4545
],
4646
"tags": [
4747
"web-features:cookie-store"
@@ -77,7 +77,7 @@
7777
"delete": {
7878
"__compat": {
7979
"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",
8181
"tags": [
8282
"web-features:cookie-store"
8383
],
@@ -111,7 +111,7 @@
111111
"partitioned_option": {
112112
"__compat": {
113113
"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",
115115
"tags": [
116116
"web-features:partitioned-cookies"
117117
],
@@ -147,7 +147,7 @@
147147
"get": {
148148
"__compat": {
149149
"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",
151151
"tags": [
152152
"web-features:cookie-store"
153153
],
@@ -181,7 +181,7 @@
181181
"domain_return_property": {
182182
"__compat": {
183183
"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",
185185
"tags": [
186186
"web-features:cookie-store"
187187
],
@@ -216,7 +216,7 @@
216216
"expires_return_property": {
217217
"__compat": {
218218
"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",
220220
"tags": [
221221
"web-features:cookie-store"
222222
],
@@ -251,7 +251,7 @@
251251
"name_return_property": {
252252
"__compat": {
253253
"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",
255255
"tags": [
256256
"web-features:cookie-store"
257257
],
@@ -286,7 +286,7 @@
286286
"partitioned_return_property": {
287287
"__compat": {
288288
"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",
290290
"tags": [
291291
"web-features:partitioned-cookies"
292292
],
@@ -321,7 +321,7 @@
321321
"path_return_property": {
322322
"__compat": {
323323
"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",
325325
"tags": [
326326
"web-features:cookie-store"
327327
],
@@ -356,7 +356,7 @@
356356
"sameSite_return_property": {
357357
"__compat": {
358358
"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",
360360
"tags": [
361361
"web-features:cookie-store"
362362
],
@@ -391,7 +391,7 @@
391391
"secure_return_property": {
392392
"__compat": {
393393
"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",
395395
"tags": [
396396
"web-features:cookie-store"
397397
],
@@ -426,7 +426,7 @@
426426
"value_return_property": {
427427
"__compat": {
428428
"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",
430430
"tags": [
431431
"web-features:cookie-store"
432432
],
@@ -462,7 +462,7 @@
462462
"getAll": {
463463
"__compat": {
464464
"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",
466466
"tags": [
467467
"web-features:cookie-store"
468468
],
@@ -497,7 +497,7 @@
497497
"set": {
498498
"__compat": {
499499
"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",
501501
"tags": [
502502
"web-features:cookie-store"
503503
],
@@ -531,7 +531,7 @@
531531
"partitioned_option": {
532532
"__compat": {
533533
"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",
535535
"tags": [
536536
"web-features:partitioned-cookies"
537537
],

api/CookieStoreManager.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"CookieStoreManager": {
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStoreManager",
6-
"spec_url": "https://wicg.github.io/cookie-store/#cookiestoremanager",
6+
"spec_url": "https://cookiestore.spec.whatwg.org/#cookiestoremanager",
77
"tags": [
88
"web-features:cookie-store"
99
],
@@ -37,7 +37,7 @@
3737
"getSubscriptions": {
3838
"__compat": {
3939
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStoreManager/getSubscriptions",
40-
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestoremanager-getsubscriptions",
40+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiestoremanager-getsubscriptions",
4141
"tags": [
4242
"web-features:cookie-store"
4343
],
@@ -72,7 +72,7 @@
7272
"subscribe": {
7373
"__compat": {
7474
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStoreManager/subscribe",
75-
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestoremanager-subscribe",
75+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiestoremanager-subscribe",
7676
"tags": [
7777
"web-features:cookie-store"
7878
],
@@ -107,7 +107,7 @@
107107
"unsubscribe": {
108108
"__compat": {
109109
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStoreManager/unsubscribe",
110-
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestoremanager-unsubscribe",
110+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookiestoremanager-unsubscribe",
111111
"tags": [
112112
"web-features:cookie-store"
113113
],

api/ExtendableCookieChangeEvent.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ExtendableCookieChangeEvent": {
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ExtendableCookieChangeEvent",
6-
"spec_url": "https://wicg.github.io/cookie-store/#ExtendableCookieChangeEvent",
6+
"spec_url": "https://cookiestore.spec.whatwg.org/#ExtendableCookieChangeEvent",
77
"tags": [
88
"web-features:cookie-store"
99
],
@@ -38,7 +38,7 @@
3838
"__compat": {
3939
"description": "`ExtendableCookieChangeEvent()` constructor",
4040
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ExtendableCookieChangeEvent/ExtendableCookieChangeEvent",
41-
"spec_url": "https://wicg.github.io/cookie-store/#dom-extendablecookiechangeevent-extendablecookiechangeevent",
41+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-extendablecookiechangeevent-extendablecookiechangeevent",
4242
"tags": [
4343
"web-features:cookie-store"
4444
],
@@ -73,7 +73,7 @@
7373
"changed": {
7474
"__compat": {
7575
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ExtendableCookieChangeEvent/changed",
76-
"spec_url": "https://wicg.github.io/cookie-store/#dom-extendablecookiechangeevent-changed",
76+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-extendablecookiechangeevent-changed",
7777
"tags": [
7878
"web-features:cookie-store"
7979
],
@@ -107,7 +107,7 @@
107107
"partitioned_property": {
108108
"__compat": {
109109
"description": "`partitioned` property",
110-
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-partitioned",
110+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-partitioned",
111111
"tags": [
112112
"web-features:partitioned-cookies"
113113
],
@@ -143,7 +143,7 @@
143143
"deleted": {
144144
"__compat": {
145145
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ExtendableCookieChangeEvent/deleted",
146-
"spec_url": "https://wicg.github.io/cookie-store/#dom-extendablecookiechangeevent-deleted",
146+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-extendablecookiechangeevent-deleted",
147147
"tags": [
148148
"web-features:cookie-store"
149149
],
@@ -177,7 +177,7 @@
177177
"partitioned_property": {
178178
"__compat": {
179179
"description": "`partitioned` property",
180-
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookielistitem-partitioned",
180+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookielistitem-partitioned",
181181
"tags": [
182182
"web-features:partitioned-cookies"
183183
],

api/ServiceWorkerGlobalScope.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
"__compat": {
399399
"description": "`cookiechange` event",
400400
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/cookiechange_event",
401-
"spec_url": "https://wicg.github.io/cookie-store/#dom-serviceworkerglobalscope-oncookiechange",
401+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-serviceworkerglobalscope-oncookiechange",
402402
"tags": [
403403
"web-features:cookie-store"
404404
],
@@ -433,7 +433,7 @@
433433
"cookieStore": {
434434
"__compat": {
435435
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/cookieStore",
436-
"spec_url": "https://wicg.github.io/cookie-store/#dom-serviceworkerglobalscope-cookiestore",
436+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-serviceworkerglobalscope-cookiestore",
437437
"tags": [
438438
"web-features:cookie-store"
439439
],

api/ServiceWorkerRegistration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"cookies": {
121121
"__compat": {
122122
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerRegistration/cookies",
123-
"spec_url": "https://wicg.github.io/cookie-store/#dom-serviceworkerregistration-cookies",
123+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-serviceworkerregistration-cookies",
124124
"tags": [
125125
"web-features:cookie-store"
126126
],

api/Window.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
"cookieStore": {
10181018
"__compat": {
10191019
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/cookieStore",
1020-
"spec_url": "https://wicg.github.io/cookie-store/#dom-window-cookiestore",
1020+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-window-cookiestore",
10211021
"tags": [
10221022
"web-features:cookie-store"
10231023
],

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)