[Webkit-unassigned] [Bug 55092] Stack information of uncaught Error object should be available in window.onerror
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 24 11:15:02 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=55092
--- Comment #13 from Adam Roben (:aroben) <aroben at webkit.org> 2014-02-24 11:12:09 PST ---
According to the HTML spec (http://html5.org/r/8086, http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#runtime-script-errors) we should be making the original error object available on ErrorEvent and passing it to window.onerror functions. Since we already have Error.stack, this will make the stack trace available as well.
--
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