RESOLVED FIXED 101955
DOMException toString is not correct
https://bugs.webkit.org/show_bug.cgi?id=101955
Summary DOMException toString is not correct
Erik Arvidsson
Reported 2012-11-12 11:19:45 PST
We currently print "Error: HIERARCHY_REQUEST_ERR: DOM Exception 3" We should print "HierarchyRequestError: The operation would yield an incorrect node tree." that is `${error.name}: ${error.message}`
Attachments
Chris Dumez
Comment 1 2017-07-20 16:45:28 PDT
Looks OK nowadays.
Note You need to log in before you can comment on or make changes to this bug.