09:46
<Luca Casonato>
I think writable.write("something") is okay, but generally I prefer the (also not specified) syntax ReadableStream.from(["something"]).pipeTo(writable) because it also closes the stream for you.
Wait that’s a thing? Is this implemented anywhere?
10:17
<Luca Casonato>
ah https://github.com/whatwg/streams/pull/1083