Skip to main content

clearImmediate

Callable

  • clearImmediate(id): void

  • A polyfill for clearImmediate

    @example
    const id = setImmediate(() => { ... });
    clearImmediate(id);// This will cancel the call