Skip to content
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

FF129 Relnote: sync XMLHttpRequest blocks async events #34979

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

hamishwillee
Copy link
Collaborator

FF129 fixes a long standing bug in XHR in https://bugzilla.mozilla.org/show_bug.cgi?id=697151 where events for an async XHR request kicked off before a sync XHR request were not blocked (as on other browsers). This ensures that the sync request must complete first before those events are sent.

It is worded as it is because the developer would like people to report issues if they see any that might be caused by the change implementation.

Related docs work can be tracked in #34726

@hamishwillee hamishwillee requested a review from a team as a code owner July 22, 2024 23:33
@hamishwillee hamishwillee requested review from pepelsbey and removed request for a team July 22, 2024 23:33
@github-actions github-actions bot added Content:Firefox Content in the Mozilla/Firefox subtree size/xs [PR only] 0-5 LoC changed labels Jul 22, 2024
Copy link
Contributor

github-actions bot commented Jul 22, 2024

Preview URLs

External URLs (2)

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

(comment last updated: 2024-07-24 10:57:51)

@github-actions github-actions bot added the merge conflicts 🚧 [PR only] label Jul 24, 2024
Copy link
Contributor

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

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! Thank you :)

@github-actions github-actions bot removed the merge conflicts 🚧 [PR only] label Jul 24, 2024
@pepelsbey pepelsbey merged commit dc7efd0 into mdn:main Jul 24, 2024
8 checks passed
@hamishwillee hamishwillee deleted the ff129xhr_blocking_sync branch July 26, 2024 01:22
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 size/xs [PR only] 0-5 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants