宏任務(wù)
?
#瀏覽器Node
setTimeout√√
setInterval√√
setImmediatex√
requestAnimationFrame√x
微任務(wù)
#瀏覽器Node
process.nextTickx√
MutationObserver√x
Promise.then catch finally√√? ?
new Promise是主線任務(wù) 宏任務(wù)
每個階段的宏任務(wù)或者微任務(wù)全部執(zhí)行完畢才會執(zhí)行另一個類型的任務(wù).