tlrobinson / long-stack-traces

Long stacktraces for V8 implemented in user-land JavaScript. [UNMAINTAINED] Use https://github.com/mattinsler/longjohn instead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it hard/impossible to support Firefox/IE/etc?

fresheneesz opened this issue · comments

As far as I understand, long traces work by creating a stacktrace before any native asynchronous call, then using that stacktrace only if its needed by an exception. I could imagine this being just as doable in Firefox and IE. What are the limitations of firefox and ie that prevent them being supported by this?