Skip to content

Commit

Permalink
Bug 1642732 [wpt PR 23917] - Update interfaces/fetch.idl, a=testonly
Browse files Browse the repository at this point in the history
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

UltraBlame original commit: b8e268eb5408a9745b0cccf24c96c986f49f2fa9
  • Loading branch information
marco-c committed Jun 11, 2020
1 parent ba618fd commit f2353a6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion testing/web-platform/tests/interfaces/fetch.idl
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,15 @@ FormData
or
URLSearchParams
or
USVString
)
XMLHttpRequestBodyInit
;
typedef
(
ReadableStream
or
USVString
XMLHttpRequestBodyInit
)
BodyInit
;
Expand Down

0 comments on commit f2353a6

Please sign in to comment.