Exceptions/Errors in many other programming languages (say java, ruby) always provide stacktrace/backtrace information.
In JavaScript unhandled Errors get caught by window.onError.
Although that function does not get the Error object, so we have no access to the object's stack property.
Is there any reliable source of information about when will there be any change on that?
question from:https://stackoverflow.com/questions/17687410/when-will-proper-stack-traces-be-provided-on-window-onerror-function