From 86ce04ca1bd1c5df9bf26ebee37d91fa2aa21838 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Tue, 19 Dec 2023 10:46:48 +0000 Subject: [PATCH] Update files/en-us/web/api/storage_access_api/index.md Co-authored-by: Jean-Yves Perrier --- files/en-us/web/api/storage_access_api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/storage_access_api/index.md b/files/en-us/web/api/storage_access_api/index.md index 508a4bb365e3516..4b06e41bea6cdda 100644 --- a/files/en-us/web/api/storage_access_api/index.md +++ b/files/en-us/web/api/storage_access_api/index.md @@ -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.