JacobZwangJ
Denoβ€’2y agoβ€’
1 reply
JacobZwang

node stream.Readable.on not a function.

In Node we can listen to data on a readable stream using .on("data"). This method does not seem to exist in Deno. What should we use as a replacement and is it compatible with node?
Was this page helpful?