QueueMicrotaskCallable
@Singleton
Queue Microtask Callable
Mounts a callable intrinsic function at the name queueMicrotask
, in compliance with Web JavaScript standards which expect this function to be available in the global scope. The queueMicrotask
function is used to queue a chunk of code to execute safely on the JavaScript event loop.
Functions
Link copied to clipboard
Return the display name of this intrinsic; this is typically the Symbol bound to the value.
Link copied to clipboard
Install this intrinsic into the provided context bindings for a fresh context; this will only be called once per spawned context.
Link copied to clipboard
Indicate the language which this intrinsic is intended to be used with.
Link copied to clipboard
Indicate whether this intrinsic is intended to be used with a given guest language.
Link copied to clipboard
Return the display name of this intrinsic; this is typically the Symbol bound to the value.