Export to GitHub

xmlhttprequest - issue #7

Pressing "Esc" while XMLHttpRequest is busy doesn't reset the object to state "0"


Posted on Mar 8, 2008 by Swift Monkey

What steps will reproduce the problem? 1. Get an XMLHttpRequest busy longer 2. Press "Esc" key in a browser

What is the expected output? onreadystatechange should be called with "0" (same status as the "abort" method results to).

What do you see instead? No call with "0"

Comment #1

Posted on Apr 22, 2008 by Swift Monkey

Only FF seems to be aborting requests in process when "Esc" pressed. Leave the odd behavior as is.

Status: WontFix

Labels:
Type-Defect Priority-Medium