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

I guess `get`, `set`, `getAll`, `delete` could be static methods of `Cookie` rather than `navigator.cookies`.

```js
Cookie.set('hello', 'world')
```

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

Received on Tuesday, 9 June 2015 09:24:20 UTC