Skip to content

Commit ee5e2ca

Browse files
authored
调整行号
1 parent 79a2f74 commit ee5e2ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ window.onbeforeunload = function() {
197197
`document.readyState` 属性为我们提供了一些关于当前加载状态的信息。
198198
199199
它有三个可能的值:
200+
200201
- `“loading”` —— 文档正在被加载。
201202
- `“interactive”` —— 文档被全部读取。
202203
- `“complete”` —— 文档被全部读取,所有的资源(图像之类的)都被加载。

0 commit comments

Comments
 (0)