From 65ece22e8f637c2e4283a60f7bc4de230f25a2fe Mon Sep 17 00:00:00 2001 From: hunter2009 <24166618@qq.com> Date: Wed, 19 Jan 2022 00:46:32 +0800 Subject: Update Navigator sendBeacon html (#3700) Add `ArrayBuffer` and `URLSearchParams` to `data` option --- files/zh-cn/web/api/navigator/sendbeacon/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/web/api/navigator/sendbeacon/index.html b/files/zh-cn/web/api/navigator/sendbeacon/index.html index 76ebbe89a8..13158ebca2 100644 --- a/files/zh-cn/web/api/navigator/sendbeacon/index.html +++ b/files/zh-cn/web/api/navigator/sendbeacon/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/Navigator/sendBeacon
data
-
data 参数是将要发送的 {{domxref("ArrayBufferView")}} 或 {{domxref("Blob")}}, {{domxref("DOMString")}} 或者 {{domxref("FormData")}} 类型的数据。
+
data 参数支持发送 {{domxref("ArrayBuffer")}} 、 {{domxref("ArrayBufferView")}} 、 {{domxref("Blob")}}、 {{domxref("DOMString")}} 、 {{domxref("FormData")}} 或者 {{domxref("URLSearchParams")}} 类型的数据。

返回值

-- cgit v1.2.3-54-g00ecf