This repository was archived by the owner on Mar 25, 2018. It is now read-only.

Description
Hello - I noticed some items on Timers are also documented on Global Objects, but not consistently.
These items are listed on both Timers and Global Objects:
clearInterval(t)/clearTimeout(t) and setInterval(cb, ms)/setTimeout(cb, ms)
But these items are listed only on Timers (missing from Global Objects?):
clearImmediate(immediateObject), setImmediate(callback[, arg][, ...]), ref()/unref()