tlrobinson / long-stack-traces

Long stacktraces for V8 implemented in user-land JavaScript. [UNMAINTAINED] Use https://github.com/mattinsler/longjohn instead
277 stars 15 forks source link

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

Open fresheneesz opened 10 years ago

fresheneesz commented 10 years ago

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?