Skip to content

Commit 690e936

Browse files
fix typo in ReadableStream section (#30)
Small typo fix in the ReadableStream section
1 parent fb5b79b commit 690e936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ There was some discussion to switch to ArrayBuffer in Issue https://github.com/s
157157

158158
Blob is part of the W3C [File API](https://www.w3.org/TR/FileAPI/), not part of JavaScript, so it is not a viable solution to include in a TC39 Proposal. Furthermore, Blob typically includes a MIME Type but this proposal ignores the type.
159159

160-
### Why not ReableStream?
160+
### Why not ReadableStream?
161161

162162
ReadableStream is part of the WHATWG [Streams](https://streams.spec.whatwg.org), not part of JavaScript, so it is not a viable solution to include in a TC39 Proposal. Furthermore, there is [no helper method](https://github.com/whatwg/streams/issues/1019) to turn a stream into a buffer so this won't solve the original motivation of writing isomorphic JavaScript.
163163

0 commit comments

Comments
 (0)