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
{{ message }}
This repository was archived by the owner on Apr 23, 2023. It is now read-only.
Currently, the code uses the call stack to discern messages in its messageHelper function.
Seemingly there is a lot of variance in the way Chrome and Firefox return that information (Error.prototype.stack is neither standardised nor on a standardisation track as indicated in the MDN documentation).
Hence I would like to add support for Firefox.
The text was updated successfully, but these errors were encountered:
Currently, the code uses the call stack to discern messages in its
messageHelper
function.Seemingly there is a lot of variance in the way Chrome and Firefox return that information (
Error.prototype.stack
is neither standardised nor on a standardisation track as indicated in the MDN documentation).Hence I would like to add support for Firefox.
The text was updated successfully, but these errors were encountered: