- From: <bugzilla@jessica.w3.org>
- Date: Thu, 25 Apr 2013 22:58:55 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21833
Bug ID: 21833
Summary: Under read* chaining during load event loadends should
be suppressed
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: File API
Assignee: arun@mozilla.com
Reporter: arun@mozilla.com
QA Contact: public-webapps-bugzilla@w3.org
CC: public-webapps@w3.org
In code of the sort:
reader.readAsText(file);
reader.onload = function(){reader.readAsText(file2););
The loadend event should not fire.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 25 April 2013 22:58:57 UTC