HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

queueMicrotask

Description

The queueMicrotask of WindowOrWorkerGlobalScope for JS queues a microtask to run the given callback.

Syntax

self.queueMicrotask(callback)

Parameters

callback

The callback that will be invoked when the event is dispatched.

Examples

1 · callback