Skip to content

Commit

Permalink
Correct data for Storage Access API (#20094)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Jun 12, 2023
1 parent 308ac82 commit 7bebc9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -4332,11 +4332,12 @@
"support": {
"chrome": [
{
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Only available to Google Chrome's <a href='https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/'>first-party sets</a>."
},
{
"version_added": "78",
"version_removed": "112",
"flags": [
{
"type": "preference",
Expand Down Expand Up @@ -6047,14 +6048,14 @@
"chrome": [
{
"version_added": "113",
"partial_implementation": true,
"notes": [
"Only resolves <code>requestStorageAccess()</code> calls that come from domains within a <a href='https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/'>first-party set</a>.",
"Only available to Google Chrome's <a href='https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/'>first-party sets</a>.",
"Client-side storage access granted per-frame, as per spec updates <a href='https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works'>see explanation</a>."
]
},
{
"version_added": "78",
"version_removed": "112",
"flags": [
{
"type": "preference",
Expand Down
5 changes: 3 additions & 2 deletions api/Permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,11 +675,12 @@
"support": {
"chrome": [
{
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Only available to Google Chrome's <a href='https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/'>first-party sets</a>."
},
{
"version_added": "86",
"version_removed": "112",
"flags": [
{
"type": "preference",
Expand Down

0 comments on commit 7bebc9b

Please sign in to comment.