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

Tuple syntax no longer allows / to be used #222

Open annevk opened 11 months ago

annevk commented 11 months ago

Infra dropped this quite a while ago, but it seems to be still used here for cookie attributes?

inexorabletash commented 11 months ago

We must have missed a memo. 😉

This can easily be changed (PRs welcome?); ultimately this is populating a cookie-attribute-list which is a list of attributes, each one with an attribute-name and attribute-value. We approximate that with a list of lists, list of tuples, ordered map of key/value, define new concept types, etc. I don't have a strong preference.

annevk commented 11 months ago

Yeah, I'm not immediately PR'ing as Johann and I are also looking at changes needed to 6265bis so the contract might well change a bit.