WICG / cookie-store

Asynchronous access to cookies from JavaScript
https://wicg.github.io/cookie-store/
Apache License 2.0
143 stars 35 forks source link

Explainer fixes #123

Closed pwnall closed 4 years ago

pwnall commented 4 years ago

1) Fixes call to CookieStoreManager.unsubscribe(), which now receives a list of subscriptions. 2) Fixes all instances of await being used in non-async functions. 3) Fixes unfinished sentences noticed along the way.

Fixes #118, Fixes #119, Fixes #120


Preview | Diff

pwnall commented 4 years ago

@inexorabletash Thank you for the quick and thorough review!

I'll merge this, and let's continue the discussion about the expires: value.