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

Use case for cookies in SW:
Errors/statistics logs via cookie. It is being set to cookie and server grabs it on whatever request and removes. Not possible with SW to collect stats offline/when recovered from bg-sync this way -- you need main thread window to set cookie

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

Received on Saturday, 16 March 2019 21:30:31 UTC