Skip to content

Commit

Permalink
Updates for Chrome 122 beta (#21998)
Browse files Browse the repository at this point in the history
* Updates for Chrome 122 beta

* Typo

* Add 2 spec_urls
  • Loading branch information
Elchi3 authored Jan 29, 2024
1 parent 10ac5de commit 8599c58
Show file tree
Hide file tree
Showing 10 changed files with 810 additions and 34 deletions.
34 changes: 34 additions & 0 deletions api/IdentityCredential.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,40 @@
"deprecated": false
}
},
"disconnect_static": {
"__compat": {
"description": "<code>disconnect()</code> static method",
"spec_url": "https://fedidcg.github.io/FedCM/#dom-identitycredential-disconnect",
"support": {
"chrome": {
"version_added": "122"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"isAutoSelected": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/IdentityCredential/isAutoSelected",
Expand Down
36 changes: 36 additions & 0 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -4388,6 +4388,42 @@
}
}
},
"storageBuckets": {
"__compat": {
"spec_url": "https://wicg.github.io/storage-buckets/#dom-navigatorstoragebuckets-storagebuckets",
"tags": [
"web-features:storage-buckets"
],
"support": {
"chrome": {
"version_added": "122"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"taintEnabled": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/taintEnabled",
Expand Down
Loading

0 comments on commit 8599c58

Please sign in to comment.