Skip to content

Commit 8f85530

Browse files
lycheeEngXuyuey
andauthored
Update 2-ui/5-loading/01-onload-ondomcontentloaded/article.md
Co-Authored-By: 徐玥 <xuyue_ustb@163.com>
1 parent 810cd1c commit 8f85530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 2-ui/5-loading/01-onload-ondomcontentloaded

2-ui/5-loading/01-onload-ondomcontentloaded/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Firefox、Chrome 和 Opera 都会在 `DOMContentLoaded` 中自动填写表单。
130130

131131
当访问者离开页面时,`window` 对象上的 `unload` 事件就会被触发。我们可以在那里做一些不涉及延迟的事件,比如关闭相关的弹出窗口。
132132

133-
有一个值得注意的例外情况那就是发送分析数据
133+
有一个值得注意的特殊情况那就是发送分析数据
134134

135135
假设我们要收集页面使用情况的数据:鼠标点击,滚动,被查看的页面区域等等。
136136

0 commit comments

Comments
 (0)