[Webkit-unassigned] [Bug 88212] New: [FileAPI] FileReader should throw an InvalidStateError exception when readyState is LOADING

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 3 23:51:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88212

           Summary: [FileAPI] FileReader should throw an InvalidStateError
                    exception when readyState is LOADING
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: li.yin at intel.com


>From spec: http://www.w3.org/TR/FileAPI/#readAsBinaryString
If readyState = LOADING throw an InvalidStateError exception.
Currently, webkit indeed throws an exception named "NOT_ALLOWED_ERR" in this scenrio, but it hould be "InvalidStateError".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list