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

Same-origin cookies only explicitly *won't* work for SAPISID and other domain-wide synchronization cookies.

Also, being able to subscribe to script-visible cookie jar changes would be super-awesome and would vastly reduce wakeups and power usage for apps synchronizing with sign-in state. Right now many web apps do this by periodic polling, typically being forced into a bad compromise between laggy session synchronization and shortened battery life.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/707#issuecomment-110446058

Received on Tuesday, 9 June 2015 17:55:40 UTC