Skip to content

Commit

Permalink
feat: write
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-117 committed Apr 16, 2024
1 parent 855392d commit 11be103
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/.vitepress/defaultSidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,14 @@ export const defaultSidebar: DefaultTheme.Sidebar = [
},
],
},
{
text: "技术之外",
collapsible: true,
items: [
{
text: "关于写作,这是我目前能想到最全的",
link: "https://mp.weixin.qq.com/s/EAU3u7iVnyK5Gi00mgewLw",
},
],
},
];
2 changes: 1 addition & 1 deletion docs/.vitepress/dist
Submodule dist updated from dd51c8 to e385a7
2 changes: 1 addition & 1 deletion docs/fragment/沙盒.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ configurable 决定了是否可以修改属性描述对象,也就是说,conf
2)有点高大上的思路

既然 document 对象修改不了,那如果环境中原本就没有 document 对象,是不是就可以实现该需求?
说到环境中没有 document 对象, Web Worker 直呼内行,作者曾在 《一文彻底了解 Web Worker,十万、百万条数据都是弟弟 🔥》 中聊过如何使用 Web Worker,和对应的特性
说到环境中没有 document 对象, Web Worker 直呼内行,作者曾在 [《一文彻底了解 Web Worker,十万、百万条数据都是弟弟 🔥》 ](https://github.com/xy-sea/blog/blob/main/markdown/%E4%B8%80%E6%96%87%E5%BD%BB%E5%BA%95%E4%BA%86%E8%A7%A3Web%20Worker%EF%BC%8C%E5%8D%81%E4%B8%87%E6%9D%A1%E6%95%B0%E6%8D%AE%E9%83%BD%E6%98%AF%E5%BC%9F%E5%BC%9F.md)中聊过如何使用 Web Worker,和对应的特性

并且 Web Worker 更狠,不但没有 document 对象,连 window 对象也没有 😂

Expand Down

0 comments on commit 11be103

Please sign in to comment.