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

Update `Path` Algorithm to match Explainer & Tests #192

Closed ayuishii closed 3 years ago

ayuishii commented 3 years ago

A leading / is required in paths for setting & deleting a cookie. This is part of the explainer and has tests to validate this, but was not part of the spec. This change adds this to the spec.

https://github.com/WICG/cookie-store/issues/188


Preview | Diff

ayuishii commented 3 years ago

Thanks for the review! Comments addressed.