You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(browser): Capture stacktrace on DOMExceptions, if possible (#4160)
Inspired by #4156 - h/t @nowylie.
According to the spec[1], all `DOMExceptions` should also be `Error`s (and therefore potentially have a stacktrace), though this isn't universally followed. In the cases in which it is, we should be capturing that stack.
Fixes#4085Fixes#3119
[1] https://webidl.spec.whatwg.org/#es-DOMException-specialness
0 commit comments