Skip to content

Commit

Permalink
Adapt CookieStore change event to new structure (#14934)
Browse files Browse the repository at this point in the history
* Adapt CookieStore change event to new structure

* Add description
  • Loading branch information
queengooborg authored Feb 14, 2022
1 parent c5ddc33 commit 57a1e6e
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions api/CookieStore.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,14 @@
"deprecated": false
}
},
"delete": {
"change_event": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/delete",
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-delete",
"description": "<code>change</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/change_event",
"spec_url": [
"https://wicg.github.io/cookie-store/#intro-monitor",
"https://wicg.github.io/cookie-store/#dom-cookiestore-onchange"
],
"support": {
"chrome": {
"version_added": "87"
Expand Down Expand Up @@ -101,10 +105,10 @@
}
}
},
"get": {
"delete": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/get",
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-get",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/delete",
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-delete",
"support": {
"chrome": {
"version_added": "87"
Expand Down Expand Up @@ -150,10 +154,10 @@
}
}
},
"getAll": {
"get": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/getAll",
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-getall",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/get",
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-get",
"support": {
"chrome": {
"version_added": "87"
Expand Down Expand Up @@ -199,10 +203,10 @@
}
}
},
"onchange": {
"getAll": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/onchange",
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-onchange",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CookieStore/getAll",
"spec_url": "https://wicg.github.io/cookie-store/#dom-cookiestore-getall",
"support": {
"chrome": {
"version_added": "87"
Expand Down

0 comments on commit 57a1e6e

Please sign in to comment.