@nevware21/ts-utils
    Preparing search index...

    Function hasQueueMicrotask

    • Identifies if the runtime supports the queueMicrotask API.

      Returns boolean

      True if the runtime supports queueMicrotask otherwise false.

      0.15.0

      if (hasQueueMicrotask()) {
      console.log("Native queueMicrotask support is available");
      }