A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Exception Codes: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
m (typo)
No edit summary
Line 8: Line 8:
18 is for SECURITY_ERR:
18 is for SECURITY_ERR:
http://lists.w3.org/Archives/Public/public-webapi/2006May/0027.html
http://lists.w3.org/Archives/Public/public-webapi/2006May/0027.html
19 is for URL_MISMATCH_ERR
defined tentatively in Web Workers


DOM3 LS defines exceptions 81 and 82: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSException
DOM3 LS defines exceptions 81 and 82: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSException

Revision as of 00:35, 18 July 2008

DOMException

The exceptions in this category are all bound to the DOMException interface in some way.

DOM3 Core defines exceptions 1 through 17: http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187

18 is for SECURITY_ERR: http://lists.w3.org/Archives/Public/public-webapi/2006May/0027.html

19 is for URL_MISMATCH_ERR defined tentatively in Web Workers

DOM3 LS defines exceptions 81 and 82: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSException

101 and 102 are defined by XMLHttpRequest: http://dev.w3.org/2006/webapi/XMLHttpRequest/Overview.html#exceptions

EventException

DOM3 Events defines exceptions 0 and 1: http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventException