Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit d3e2121

Browse files
committed
Bug 1642732 [wpt PR 23917] - Update interfaces/fetch.idl, a=testonly
Automatic update from web-platform-tests Update interfaces/fetch.idl (#23917) Source: https://github.com/tidoust/reffy-reports/blob/e5e4f6a/ed/idl/fetch.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/693970304 -- wpt-commits: 41f4fd6d3d89525170809a029c2c00e3d926e666 wpt-pr: 23917 Differential Revision: https://phabricator.services.mozilla.com/D78792
1 parent dd7d8cc commit d3e2121

File tree

1 file changed

+3
-1
lines changed
  • testing/web-platform/tests/interfaces

1 file changed

+3
-1
lines changed

testing/web-platform/tests/interfaces/fetch.idl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ interface Headers {
1717
iterable<ByteString, ByteString>;
1818
};
1919

20-
typedef (Blob or BufferSource or FormData or URLSearchParams or ReadableStream or USVString) BodyInit;
20+
typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;
21+
22+
typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;
2123
interface mixin Body {
2224
readonly attribute ReadableStream? body;
2325
readonly attribute boolean bodyUsed;

0 commit comments

Comments
 (0)