Open
Bug 1846092
Opened 2 years ago
Updated 2 years ago
Fix WPT failure in xhr/xhr-timeout-longtask.any.html
Categories
(Core :: DOM: Networking, defect, P2)
Core
DOM: Networking
Tracking
()
ASSIGNED
People
(Reporter: twisniewski, Assigned: twisniewski)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
We need to ensure that the timeout timer for XMLHttpRequest is delayed by JS running on the page. If I'm understanding correctly, this can be done by using TimeoutManager like AbortSignal does. I have a patch in progress to confirm this.
Updated•2 years ago
|
Severity: -- → S3
| Assignee | ||
Comment 1•2 years ago
|
||
I have a patch in the works which seems pretty close: https://treeherder.mozilla.org/jobs?repo=try&revision=59a3bd088bba4c0f080da9d9e1e04be75b1feb8f
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Updated•2 years ago
|
Component: DOM: Core & HTML → DOM: Networking
You need to log in
before you can comment on or make changes to this bug.
Description
•