Skip to content

Commit 6dbf775

Browse files
author
dddssw
committed
格式
1 parent 8464831 commit 6dbf775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/grammar/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ console.log("5"); // 同步任务
6565
宏任务:`setTimeout``DOM 事件``I/O``requestAnimationFrame`
6666

6767
微任务:`Promise回调``MutationObserver`
68+
6869
7. ## 浏览器搜索url
6970
首先浏览器是一个多进程的架构,例如browser进程,每个页签都有一个render进程,最重要的主线程就在其中
7071

0 commit comments

Comments
 (0)