Skip to content

Commit de76aad

Browse files
张东张东
张东
authored and
张东
committedFeb 24, 2025
输入url
1 parent 0f56745 commit de76aad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎configure/bagu.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@ console.log("5"); // 同步任务
2727

2828
微任务:`Promise回调``MutationObserver`
2929

30+
## 浏览器搜索url
31+
* 查找缓存
32+
* DNS解析
33+
* https还需要通过TLS协议
34+
* 建立tcp连接
35+
* 发送http请求
3036
## tree-shaking
3137
基于静态分析,只适用于esm,因为esm是静态的,在编译时就可以确定导入导出,据此去除未使用的代码

0 commit comments

Comments
 (0)