Re: [w3c/ServiceWorker] Add cookie accessor/setter methods? (#707)

@joelpro2 `globalThis.cookieStore` will be able to read the cookies from a service worker (that don't have access to `document.cookie`) 

`cookieStore` is also available in the main thread (but only in secure origins). but it's  also not implemented by no other than Blink... see comp table here: https://developer.mozilla.org/en-US/docs/Web/API/CookieStore



-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/707#issuecomment-1245566437
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/issues/707/1245566437@github.com>

Received on Tuesday, 13 September 2022 15:19:09 UTC