Search
Send a task to a microtask queue for execution. For more information about microtask, please refer to here
queueMicrotask(callback: () => void): void;
Function object that needs to be sent to the microtask queue.
None(undefined)。
undefined
lynx.queueMicrotask(() => { console.log('microtask execute.'); });
LCD tables only load in the browser with JavaScript enabled. Enable JavaScript to view data.