Re: [whatwg/streams] ReadableStream.from(X) (#1018)

I just realised that
```javascript
ReadableStream.from([in]).pipeTo(cs.writable);
```
would also work, is only two more characters, and requires less DWIM.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1018#issuecomment-542050869

Received on Tuesday, 15 October 2019 06:00:18 UTC