[Bug 21833] New: Under read* chaining during load event loadends should be suppressed

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