Skip to content

Commit 7a2a7ea

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

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
@@ -150,7 +150,7 @@ window.addEventListener("unload", function() {
150150
```
151151
152152
- 请求以 POST 方式发送。
153-
- 我们不仅能发送字符串,还能发送表单以及其他格式,在 <info:fetch-basics> 章节我们已有说明,但是通常情况下它是一个字符串化的对象。
153+
- 我们不仅能发送字符串,还能发送表单以及其他格式的数据,在 <info:fetch-basics> 章节我们已有说明,但是通常情况下它是一个字符串化的对象。
154154
- 数据大小限制在 64kb。
155155
156156
`sendBeacon` 请求完成的时候,浏览器可能已经离开了文档,所以就没办法获取服务器的响应数据(对于统计数据来说通常是空的)。

0 commit comments

Comments
 (0)