From 5f8fc754c60e10e109001599c490e82190557d10 Mon Sep 17 00:00:00 2001 From: Randell Jesup Date: Thu, 27 Jun 2024 10:41:35 -0400 Subject: [PATCH] Positive on the Cookie Store API (subset) --- activities.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activities.yml b/activities.yml index fd55e6c..a3a47d6 100644 --- a/activities.yml +++ b/activities.yml @@ -491,9 +491,9 @@ Cookie Store API: An asynchronous Javascript cookies API for documents and workers id: cookie-store issue: 94 - position: defer + position: positive rationale: | - This API provides better access to cookies. However, the improvements also expand access to cookie metadata and the interactions with privacy features like the Storage Access API are unclear. Work on improving cookie interoperability, which is ongoing, might be needed before an assessment can be made. + This API provides better access to cookies. We are positive for a subset of this API which only exposes the same information available through document.cookie. At this time we're not ready to expose ServiceWorkerRegistration.cookies or implement the CookieStoreManager as proposed; we will discuss this along with the subset proposal in the appropriate standards group. See WICG/cookie-store issue #241. url: https://wicg.github.io/cookie-store/ venues: - Proposal