- From: <bugzilla@jessica.w3.org>
- Date: Sat, 10 Mar 2012 09:39:32 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16304
Summary: DONE != DONE
Product: WebAppsWG
Version: unspecified
Platform: All
URL: http://dvcs.w3.org/hg/xhr/raw-file/8d4e9ccfdbd4/Overvi
ew.html#states
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: XHR
AssignedTo: annevk@opera.com
ReportedBy: glenn@skynav.com
QAContact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-webapps@w3.org
since DONE doesn't really mean DONE, i.e., because progress, load, and loadend
are fired *after* readystatechange(DONE) is fired, it would be useful to
explicitly document this curiosity by adding an informative note under the
definition of DONE in section 4.6, for example:
Note: for a given request life cycle, multiple events may be fired to the
request object after a readystatechange event is fired signaling transition to
the DONE state; more specifically, the progress, load, loadend, and abort
events may be fired while in the DONE state.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 10 March 2012 09:39:35 UTC