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

Require leading / in paths for modifications #188

Closed inexorabletash closed 3 years ago

inexorabletash commented 3 years ago

Explainer says that modifications (set, delete) require a leading / in paths:

Tests validates this:

But the spec seemingly doesn't have anything requiring this:

Add it to the spec?

inexorabletash commented 3 years ago

This was fixed.