宏任务

  • I/O,事件交互
  • scripts
  • setTimeout / setInterval
  • messageChannel

    微任务

  • MutationObserver

  • Promise.[then | catch | finally]
  • queueMicrotask

    事件循环

    image.png