Identifies if the runtime supports the process.nextTick API.
process.nextTick
True if the runtime supports process.nextTick otherwise false.
0.15.0
if (hasProcessNextTick()) { console.log("process.nextTick is available");} Copy
if (hasProcessNextTick()) { console.log("process.nextTick is available");}
Identifies if the runtime supports the
process.nextTickAPI.