Skip to content

Thread: replace call to setImmediate

Alex Gleason requested to merge set-immediate into develop

setImmediate is a Node.js function with no browser support, resulting in a runtime error when viewing threads. It is roughly equivalent to setTimeout with 0.

I couldn't figure out how to make it give a type error, so I just replaced it.

Merge request reports