clearImmediate CallableclearImmediate(id): voidA polyfill for clearImmediateconst id = setImmediate(() => { ... });clearImmediate(id);// This will cancel the call
A polyfill for clearImmediate