#469: Cookie Store API
Discussions
2020-02-10
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
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.
OpenedJan 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:
I have reviewed the TAG's API Design Principles
The group where the work on this specification is being done: WICG
Major unresolved issues with or opposition to this specification:
Other browser vendors have expressed desires to implement various subsets of the API, so we have broken down the API into 4 separate sections that can be implemented independently.
This work is being funded by: Google
We'd prefer the TAG provide feedback as:
💬 leave review feedback as a comment in this issue and @-notify @ayuishii