Enable fetch keepalive by default
Categories
(Core :: DOM: Networking, task)
Tracking
()
People
(Reporter: smayya, Assigned: smayya)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed, Whiteboard: [necko-triaged])
Attachments
(1 file)
This bug will flip the pref to true.
This marks the completion of fetch keepalive implementation for firefox
Assignee | ||
Comment 1•1 month ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]:
Firefox now supports keepalive parameter in the fetch Request API. With this feature the fetch request can survive page unloads.
This feature has been requested by web developers for long. We need to inform the developers that firefox supports this so that they can remove any polyfills.
[Suggested wording]:
Firefox now supports the keepalive option in the Fetch API. This feature allows developers to make HTTP requests that can continue to run even after the page is unloaded, such as during a page navigation or closing.
[Links (documentation, blog post, etc)]:
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 2•1 month ago
|
||
Comment 4•1 month ago
|
||
bugherder |
Comment 5•1 month ago
|
||
Added to the Fx133 nightly release notes, please allow 30 minutes for the site to update.
Keeping the relnote-firefox flag as ? to keep it on the radar for inclusion in the final Fx133 release notes.
Description
•