Skip to content

FF140 Relnote: Cookie Store API #39676

New issue

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

Merged
merged 4 commits into from
May 26, 2025

Conversation

hamishwillee
Copy link
Collaborator

@hamishwillee hamishwillee commented May 26, 2025

FF140 reenables the cookie store API in https://bugzilla.mozilla.org/show_bug.cgi?id=1958875

This adds the release note that was reverted in FF136 in #38867 (with minor modifications).

It also makes "tweaks" to the API overview.

Related docs work can be tracked in #39612

@hamishwillee hamishwillee requested a review from a team as a code owner May 26, 2025 04:52
@hamishwillee hamishwillee requested review from pepelsbey and removed request for a team May 26, 2025 04:52
@github-actions github-actions bot added the Content:Firefox Content in the Mozilla/Firefox subtree label May 26, 2025
@github-actions github-actions bot added the size/s [PR only] 6-50 LoC changed label May 26, 2025
Copy link
Contributor

github-actions bot commented May 26, 2025

Preview URLs

External URLs (1)

URL: /en-US/docs/Mozilla/Firefox/Releases/140
Title: Firefox 140 for developers

(comment last updated: 2025-05-26 21:10:17)

@hamishwillee hamishwillee requested a review from a team as a code owner May 26, 2025 04:56
@hamishwillee hamishwillee requested review from sideshowbarker and removed request for a team May 26, 2025 04:56
@github-actions github-actions bot added the Content:WebAPI Web API docs label May 26, 2025
@@ -14,11 +14,12 @@ The **Cookie Store API** is an asynchronous API for managing cookies, available

## Concepts and Usage

The existing method of getting and setting cookies involves working with {{domxref("document.cookie")}} as a string of key/value pairs. In addition to this being cumbersome and error prone, it also has a host of issues in the context of modern web development.
The original method of getting and setting cookies involves working with {{domxref("document.cookie")}} to get and set cookie information as a string of key/value pairs.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just because now we have two methods, both are "existing". Now refer to document.cookie as the original method.

Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot added the merge conflicts 🚧 [PR only] label May 26, 2025
Copy link
Member

@pepelsbey pepelsbey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just one mistype. Thank you :)

@github-actions github-actions bot removed the merge conflicts 🚧 [PR only] label May 26, 2025
@pepelsbey pepelsbey merged commit b30a619 into mdn:main May 26, 2025
8 checks passed
@hamishwillee
Copy link
Collaborator Author

Thanks very much @pepelsbey - much appreciated.

@hamishwillee hamishwillee deleted the ff140cookie_store_api_enable branch May 26, 2025 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Firefox Content in the Mozilla/Firefox subtree Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants