#469: Cookie Store API

Visit on Github.

Opened Jan 29, 2020

Hello TAG!

I'm requesting a TAG review of Cookie Store API.

Cookie Store API offers an asynchronous alternative to document.cookie, and exposes HTTP cookies to service workers. This allows sites to react to cookie changes, such as session cookie changes during authentication, and update the current page UI in response. It also allows service workers to react to these changes and could initiate a cleanup of private cached data.

Further details:

We'd prefer the TAG provide feedback as:

💬 leave review feedback as a comment in this issue and @-notify @ayuishii

Discussions

2020-02-10

Minutes

Kenneth: Looks pretty sensible, I don't know all the details.

Sangwhan: Does this guarantee transactionality?

Kenneth: Not sure. There's an onchange event listener...

... some shorthands... guess that's fine...

... Will leave a comment about ??

2020-06-08

Minutes

Kenneth: Seems like they implemented my previous suggestions.

... Added some other options..? Disallow required dictionary, no required fields.

Dan: They're saying that they're looking at the clear cookies issue, created an issue on their repo to track it.

... If appropriate, maybe we can add their issue to our tracker and close the review issue.

... Setting to propose close, and will add the issue to our tracker once I remember how.

Yves: I can help with that.