Skip to content
49 changes: 36 additions & 13 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -4398,9 +4398,22 @@
"support": {
"chrome": [
{
"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": "119"
},
{
"version_added": "78",
"flags": [
{
"type": "preference",
"name": "#storage-access-api",
"value_to_set": "Enabled"
}
]
}
],
"chrome_android": [
{
"version_added": "120"
},
{
"version_added": "78",
Expand All @@ -4413,12 +4426,11 @@
]
}
],
"chrome_android": "mirror",
"edge": {
"version_added": "85"
},
"firefox": {
"version_added": "65"
"version_added": "117"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -4428,7 +4440,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "11.1"
"version_added": "11.1",
"notes": "Does not support the <code>navigator.permissions.query({name: 'storage-access'})</code>."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -6115,12 +6128,23 @@
"support": {
"chrome": [
{
"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>.",
"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": "119"
},
{
"version_added": "78",
"flags": [
{
"type": "preference",
"name": "#storage-access-api",
"value_to_set": "Enabled"
}
],
"notes": "Client-side storage access granted per-page (<a href='https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works'>see explanation</a>)"
}
],
"chrome_android": [
{
"version_added": "120"
},
{
"version_added": "78",
Expand All @@ -6134,7 +6158,6 @@
"notes": "Client-side storage access granted per-page (<a href='https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works'>see explanation</a>)"
}
],
"chrome_android": "mirror",
"edge": [
{
"version_added": "113",
Expand Down
24 changes: 18 additions & 6 deletions api/Permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,9 +675,22 @@
"support": {
"chrome": [
{
"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": "119"
},
{
"version_added": "86",
"flags": [
{
"type": "preference",
"name": "#storage-access-api",
"value_to_set": "Enabled"
}
]
}
],
"chrome_android": [
{
"version_added": "120"
},
{
"version_added": "86",
Expand All @@ -690,10 +703,9 @@
]
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "117"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -712,7 +724,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down