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

Looks awesome!

Just couple of questions:
1) Shouldn't be `Cookie.name` `Readonly`?
2) What is the purpose of `USVString name` parameter in `getAll()`? Aren't names unique?
3) If yes is the answer to both above, maybe we can do `Promise<Map<string, Cookie>> getAll()`?

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

Received on Tuesday, 9 June 2015 11:17:10 UTC