You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zcbenz edited this page Aug 20, 2012
·
4 revisions
node.js and Chromium each has its own implementation of setTimeout and console, currently we use Chromium's implementation everywhere, even in node's module, reasons:
Many web libraries make use of hacks on window.setTimeout, while node modules rarely do that.
Chromium's console is very friendly with devtools and is alse capable of debugging.