Skip to content

Commit

Permalink
Add more keys to Storage access (web-platform-dx#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Oct 22, 2024
1 parent ab6b83e commit b7b4483
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/storage-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ compat_features:
- api.Document.hasStorageAccess
- api.Document.requestStorageAccess
- api.Document.requestStorageAccessFor
- api.Permissions.permission_storage-access
- api.Permissions.permission_top-level-storage-access
- http.headers.Permissions-Policy.storage-access
16 changes: 16 additions & 0 deletions features/storage-access.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@ compat_features:
- api.Document.hasStorageAccess
- api.Document.requestStorageAccess

# baseline: false
# support:
# chrome: "119"
# chrome_android: "120"
# edge: "85"
# firefox: "117"
# firefox_android: "117"
- api.Permissions.permission_storage-access

# baseline: false
# support:
# chrome: "113"
# chrome_android: "113"
# edge: "113"
- http.headers.Permissions-Policy.storage-access

# baseline: false
# support:
# chrome: "119"
Expand Down

0 comments on commit b7b4483

Please sign in to comment.