[Bug 15813] New: TypeError shouldn't be referenced as a DOMException

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15813

           Summary: TypeError shouldn't be referenced as a DOMException
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Indexed Database API
        AssignedTo: dave.null@w3.org
        ReportedBy: odinho@opera.com
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-webapps@w3.org


Every place that the spec is referencing TypeError, it's calling it a
DOMException. That doesn't exist. It should either be TypeMismatchError, or
more believable: a JavaScript TypeError exception.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 31 January 2012 17:07:50 UTC