summaryrefslogtreecommitdiff
path: root/dom/webidl
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2023-09-27 22:58:24 -0500
committerBrian Smith <brian@dbsoft.org>2023-09-27 22:58:24 -0500
commit24edfc1652a6be18d053976b26a26ac331ab6661 (patch)
tree4303d13ed69d9396746239400872a7a64c6f1c0d /dom/webidl
parentefd2b9638773f45e0a77846b68a1fe2c8943f023 (diff)
downloaduxp-24edfc1652a6be18d053976b26a26ac331ab6661.tar.gz
Issue #1442 - Part 10a - Unify body extraction in Fetch/Beacon/XHR.
https://bugzilla.mozilla.org/show_bug.cgi?id=1329298 Pre-requisite for Part 11.
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/Navigator.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/Navigator.webidl b/dom/webidl/Navigator.webidl
index 516b5415e3..5f2ac63e1e 100644
--- a/dom/webidl/Navigator.webidl
+++ b/dom/webidl/Navigator.webidl
@@ -296,7 +296,7 @@ partial interface Navigator {
partial interface Navigator {
[Throws, Pref="beacon.enabled"]
boolean sendBeacon(DOMString url,
- optional (ArrayBufferView or Blob or DOMString or FormData)? data = null);
+ optional BodyInit? data = null);
};
partial interface Navigator {