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

Add note about duplicate cookies #221

Open inexorabletash opened 1 year ago

inexorabletash commented 1 year ago

In some offline discussion about use cases for including attributes in CookieListItem beyond name and value, it was noted that multiple cookies with the same name can be present with different attributes, including:

Regardless of where we land re: discussion in https://github.com/WebKit/standards-positions/issues/36 we should include a note about duplicate cookie names as a thing developers should expect to encounter.