diff --git a/doc/api/child_process.md b/doc/api/child_process.md index a8bc0b38f7..573e1632ca 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -891,6 +891,10 @@ added: v0.5.9 The `'message'` event is triggered when a child process uses [`process.send()`][] to send messages. +*Note*: The message goes through JSON serialization and parsing. The resulting +message might not be the same as what is originally sent. See notes in +[the `JSON.stringify()` specification][`JSON.stringify` spec]. + ### subprocess.channel