| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent efbe0a2 commit ca96061
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1952,7 +1952,7 @@ If Node.js is spawned with an IPC channel, the `process.send()` method can be | |||
| 1952 | 1952 | used to send messages to the parent process. Messages will be received as a | |
| 1953 | 1953 | [`'message'`][] event on the parent's [`ChildProcess`][] object. | |
| 1954 | 1954 | ||
| 1955 | - If Node.js was not spawned with an IPC channel, `process.send()` will be | ||
| 1955 | + If Node.js was not spawned with an IPC channel, `process.send` will be | ||
| 1956 | 1956 | `undefined`. | |
| 1957 | 1957 | ||
| 1958 | 1958 | The message goes through serialization and parsing. The resulting message might | |
| Back | FazBrowse Home | New Git URL |
0 commit comments