summaryrefslogtreecommitdiff
path: root/dom/webidl/Fetch.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/Fetch.webidl')
-rw-r--r--dom/webidl/Fetch.webidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/webidl/Fetch.webidl b/dom/webidl/Fetch.webidl
index 4b2a0af7d0..4cae9b8509 100644
--- a/dom/webidl/Fetch.webidl
+++ b/dom/webidl/Fetch.webidl
@@ -9,6 +9,7 @@
typedef object JSON;
typedef (ArrayBuffer or ArrayBufferView or Blob or FormData or USVString or URLSearchParams) BodyInit;
+typedef (Blob or ArrayBufferView or ArrayBuffer or FormData or URLSearchParams or ReadableStream or USVString) ResponseBodyInit;
[NoInterfaceObject, Exposed=(Window,Worker)]
interface Body {