Skip to content
zcbenz edited this page Aug 17, 2012 · 4 revisions

node.js chose setTimeout and console family that as its global variables, which conflicts with DOM's setTimeout and console, currently we simply disable setTimeout and console in node.js.

Clone this wiki locally