diff --git a/website/api.html b/website/api.html index 7b8236962b..bd89007a2e 100644 --- a/website/api.html +++ b/website/api.html @@ -167,7 +167,7 @@ At the moment the received data is always a string and utf8 encoded. (More encodings will be supported in the future.) -
If the process closes it's stdout
, this callback will
+
If the process closes its stdout
, this callback will
be issued with null
as an argument. Be prepared for this
possibility.
@@ -177,14 +177,14 @@
At the moment the received data is always a string and utf8 encoded.
(More encodings will be supported in the future.)
-
If the process closes it's stderr
, this callback will
+
If the process closes its stderr
, this callback will
be issued with null
as an argument. Be prepared for this
possibility.
process.onExit = function (exit_code) { };
process.write(data, encoding="ascii");
process.close();
stdin
stream.stdin
stream.process.kill(signal=node.SIGTERM);