Open
Bug 206521
Opened 22 years ago
Updated 3 years ago
Make XMLHttpRequest report to JS console in suspicuous situations
Categories
(Core :: XML, enhancement)
Core
XML
Tracking
()
NEW
People
(Reporter: hjtoi-bugzilla, Unassigned)
Details
Let XMLHttpRequest calls succeed, but report them in the JS console if they
don't make sense or are likely to cause unexpected situations.
Situations that I have thought of:
1. When doing send() asynchronously and there are no event listeners
2. When calling open() aborted and cleared event listeners
Updated•19 years ago
|
Assignee: hjtoi-bugzilla → xml
Severity: normal → enhancement
Updated•16 years ago
|
Assignee: xml → nobody
QA Contact: ashshbhatt → xml
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•