Skip to content

Commit

Permalink
Update files/en-us/web/api/readablestream/readablestream/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 6366846 commit 640198e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/en-us/web/api/readablestream/readablestream/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ for await (const chunk of newStream) {
}
```


An object defining a body for the response can be `null` (which is the default value), or one of {{domxref("Blob")}}, {{jsxref("ArrayBuffer")}}, {{jsxref("TypedArray")}}, {{jsxref("DataView")}}, {{domxref("FormData")}}, {{domxref("ReadableStream")}}, {{domxref("URLSearchParams")}}, {{jsxref("String")}}, or `string` literal.

## Specifications
Expand Down

0 comments on commit 640198e

Please sign in to comment.