We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8464831 commit 6dbf775Copy full SHA for 6dbf775
javascript/grammar/summary.md
@@ -65,6 +65,7 @@ console.log("5"); // 同步任务
65
宏任务:`setTimeout`、`DOM 事件`、`I/O`、`requestAnimationFrame`
66
67
微任务:`Promise回调`、`MutationObserver`
68
+
69
7. ## 浏览器搜索url
70
首先浏览器是一个多进程的架构,例如browser进程,每个页签都有一个render进程,最重要的主线程就在其中
71
0 commit comments