Closed
Bug 842357
Opened 12 years ago
Closed 12 years ago
Fix XMLHttpRequest event handling for abort() (and maybe open()) during send()
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: annevk, Unassigned)
Details
See https://www.w3.org/Bugs/Public/show_bug.cgi?id=19470 for a description of one symptom for this.
See http://xhr.spec.whatwg.org/ for the spec we should follow.
Comment 1•12 years ago
|
||
This may sound obvious, but what precisely are we doing wrong? Can you attach a testcase (preferably as HTML)?
Reporter | ||
Comment 2•12 years ago
|
||
Sorry, I was wrong. I thought Gecko did something the specification prescribed earlier (stopping the send() algorithm entirely), but it appears it does not.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•