-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a Baseline 2023 feature.
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Generated from: storage-access.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
name: Storage access | ||
description: The `document.requestStorageAccess()` method allows content in iframes to request storing and reading cookies and other site data, while the `document.hasStorageAccess()` method checks if such access is granted. | ||
spec: https://privacycg.github.io/storage-access/ | ||
usage_stats: | ||
- https://chromestatus.com/metrics/feature/timeline/popularity/3310 # hasStorageAccess | ||
- https://chromestatus.com/metrics/feature/timeline/popularity/3311 # requestStorageAccess | ||
status: | ||
baseline: low | ||
baseline_low_date: 2023-12-05 | ||
support: | ||
chrome: "119" | ||
chrome_android: "120" | ||
edge: "85" | ||
firefox: "65" | ||
firefox_android: "65" | ||
safari: "11.1" | ||
safari_ios: "11.3" | ||
# Note that document.requestStorageAccessFor() is defined in | ||
# https://privacycg.github.io/requestStorageAccessFor/ and has a different | ||
# implementation history. | ||
compat_features: | ||
- api.Document.hasStorageAccess | ||
- api.Document.requestStorageAccess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Storage access | ||
description: The `document.requestStorageAccess()` method allows content in iframes to request storing and reading cookies and other site data, while the `document.hasStorageAccess()` method checks if such access is granted. | ||
spec: https://privacycg.github.io/storage-access/ | ||
usage_stats: | ||
- https://chromestatus.com/metrics/feature/timeline/popularity/3310 # hasStorageAccess | ||
- https://chromestatus.com/metrics/feature/timeline/popularity/3311 # requestStorageAccess | ||
# Note that document.requestStorageAccessFor() is defined in | ||
# https://privacycg.github.io/requestStorageAccessFor/ and has a different | ||
# implementation history. | ||
compat_features: | ||
- api.Document.hasStorageAccess | ||
- api.Document.requestStorageAccess |