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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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 on the CC list for the bug.