A child process in node has a send()
method that is missing in deno.
- Clone this repo
- Run
deno run -A foo.js
error: Uncaught TypeError: child.send is not a function
child.send({ hello: "world" }); // <- Throws missing methods
^
at file:///project/foo.js:13:7