Skip to content
Open
41 changes: 40 additions & 1 deletion api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -7295,7 +7295,9 @@
"opera_android": "mirror",
"safari": {
"version_added": "11.1",
"notes": "Client-side storage access granted per-page ([see explanation](https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works))"
"notes": [
"Client-side storage access is granted per-page ([see explanation](https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works:~:text=In%20older%20spec%20versions%2C%20the%20access%20was%20per%2Dpage))."
]
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand All @@ -7310,6 +7312,43 @@
"deprecated": false
}
},
"strict_same_origin_policy": {
"__compat": {
"description": "Third-party cookies sent only with requests to the calling embed's exact origin, not the whole site.",
"spec_url": "https://privacycg.github.io/storage-access/#dom-document-requeststorageaccess:~:text=is%20not%20same%20origin",
"tags": [
"web-features:storage-access"
],
"support": {
"chrome": {
"version_added": "141"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "140"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": false
},
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"types_parameter": {
"__compat": {
"description": "`types` parameter",
Expand Down
Loading