We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As suggested in WebKit/standards-positions#36 (comment) which builds upon feedback from Ehsan https://wicg.github.io/cookie-store/#dictdef-cookielistitem should only have name and value members. This would keep parity with document.cookie in terms of what cookie aspects end up being exposed.
name
value
document.cookie
This is also what we plan to implement in WebKit.
The text was updated successfully, but these errors were encountered:
cc @szewai @RupinMittal @bakulf
Sorry, something went wrong.
Firefox is experimenting with the CookieStore API, and we have implemented what @annevk suggests here. get and getAll return only names and values.
get
getAll
No branches or pull requests
As suggested in WebKit/standards-positions#36 (comment) which builds upon feedback from Ehsan https://wicg.github.io/cookie-store/#dictdef-cookielistitem should only have
name
andvalue
members. This would keep parity withdocument.cookie
in terms of what cookie aspects end up being exposed.This is also what we plan to implement in WebKit.
The text was updated successfully, but these errors were encountered: