Understanding the setImmediate method (nodejs/browsers)
Introduction: setImmediate method has been part of node.js for quite sometime now and is surprisingly only supported by Internet Explorer 10, with no support from Safari, Chrome and Firefox as of writing this. In this post, we will see what does it do and what is the reason/need for having something like setImmediate on browsers and as well...