Where can I find the complete list of items added to MicroTask Queue?
Harit Himanshu

Harit Himanshu @harittweets

About: I am hands-on software professional with more than a decade of experience in building and shipping products at companies of small to large sizes. contributed in Advertising,CleanTech,Security,FinTech

Location:
Victoria, BC
Joined:
Sep 3, 2019

Where can I find the complete list of items added to MicroTask Queue?

Publish Date: Jan 21 '20
7 0

I am following up after reading the post Difference between microtask and macrotask within an event loop context

The examples posted are

macrotasks: setTimeout, setInterval, setImmediate, requestAnimationFrame, I/O, UI rendering
microtasks: process.nextTick, Promises, Object.observe, MutationObserver

I am wondering where can I find the list of tasks added to the microtask

Comments 0 total

    Add comment