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?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…