We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a2f74 commit ee5e2caCopy full SHA for ee5e2ca
1 file changed
2-ui/5-loading/01-onload-ondomcontentloaded/article.md
@@ -197,6 +197,7 @@ window.onbeforeunload = function() {
197
`document.readyState` 属性为我们提供了一些关于当前加载状态的信息。
198
199
它有三个可能的值:
200
+
201
- `“loading”` —— 文档正在被加载。
202
- `“interactive”` —— 文档被全部读取。
203
- `“complete”` —— 文档被全部读取,所有的资源(图像之类的)都被加载。
0 commit comments