browserify/timers-browserify

IE11: Invalid Calling Object

Closed this issue · 2 comments

I'm having an issue on IE11 when calling process in timers-browserify I get the error "Invalid Calling Object" in the method process.nextTick().

screen shot 2016-07-04 at 18 02 49

Would anyone be able to shed some light on this one? It's extremely difficult to debug in IE, but cachedSetTimeout and drainQueue are both defined.

In 2.0.0, we removed process.nextTick from this module. If you use a more recent version, does that solve the issue?

No reply in a while here. If this is still an issue, please let me know.