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

@jakearchibald For educational purposes, why throw when both are set? AFAIK, it's not uncommon for devs to set  both, or receive cookies that have only `expires` set  instead of `maxAge` because of the older browsers their application or services support. 

 Nonetheless, the older browsers that accept only `expires` like IE 6, 7, & 8 are EOL'd (the latter January 12, 2016)…

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

Received on Tuesday, 9 June 2015 15:53:16 UTC