Skip to content

Commit 079a0be

Browse files
committed
fix
1 parent ed570b1 commit 079a0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4252,7 +4252,7 @@ method, when invoked, must run these steps:
42524252
<h3 id=body-mixin>Body mixin</h3>
42534253

42544254
<pre class=idl>
4255-
typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) BodyInit;</pre>
4255+
typedef (Blob or BufferSource or FormData or URLSearchParams or USVString or ReadableStream) BodyInit;</pre>
42564256

42574257
<p>To <dfn id=concept-bodyinit-extract for=BodyInit export>extract</dfn> a <a for=/>body</a> and a
42584258
`<code>Content-Type</code>` <a for=header>value</a> from

0 commit comments

Comments
 (0)