fix: add ReadableStream write fn#537
Conversation
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
|
Thanks for the careful read. The reason |
|
Ah thank you for the explanation -- I certainly added this because of seeing the |
ReadableStream.writeappeared to be missing from the docs -- it should work near identically toread(except for internal implementation of course), but wasn't called out.