Skip to content
Advertisement

Tag: whatwg-streams-api

How to use streams in Deno?

I am very confused on Deno documentation. It has ReadableStream and WritableStream API, but it doesn’t have a documentation to use it. I want to read from ReadableStream and write to WritableStream, how can I do that in Deno? Answer I want to read from ReadableStream and write to WritableStream, how can I do that in Deno? Here’s a basic

Advertisement