Skip to content

Commit

Permalink
Update files/en-us/web/api/storage_access_api/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Yves Perrier <[email protected]>
  • Loading branch information
chrisdavidmills and teoli2003 authored Dec 19, 2023
1 parent e598c6d commit 86ce04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/storage_access_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Documentation for Firefox's new storage access policy for blocking tracking cook
### Additions to other APIs

- {{domxref("Permissions.query()")}}, the `"storage-access"` feature name
- : In supporting browsers, this can be used to query whether third-party cookie access has been granted in general, i.e. to another same-site embed. If so, you can call `requestStorageAccess()` without user interaction, and the promise will resolve automatically.
- : In supporting browsers, this can query whether third-party cookie access has been granted in general, that is, to another same-site embed. If so, you can call `requestStorageAccess()` without user interaction, and the promise will resolve automatically.
- `Permissions.query()`, the `"top-level-storage-access"` feature name {{experimental_inline}}
- : A separate feature name used to query whether permission to access third-party cookies has already been granted via `requestStorageAccessFor()`. If so, you don't need to call `requestStorageAccessFor()` again.

Expand Down

0 comments on commit 86ce04c

Please sign in to comment.