Commit 434af03
doc: Add note about use of JSON.stringify()
process.send and child.send use JSON.stringify to serialize
the message.
Fixes: #5453
PR-URL: #5723
Reviewed-By: Jeremy Whitlock <jwhitlock@apache.org>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent ef774ff commit 434af03Copy full SHA for 434af03
File tree
Expand file treeCollapse file tree
2 files changed
+6
-0
lines changedOpen diff view settings
Filter options
- doc/api
Expand file treeCollapse file tree
2 files changed
+6
-0
lines changedOpen diff view settings
Collapse file
doc/api/child_process.markdown
Copy file name to clipboardExpand all lines: doc/api/child_process.markdown+3Lines changed: 3 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
902 | 902 | |
903 | 903 | |
904 | 904 | |
| 905 | + |
| 906 | + |
905 | 907 | |
906 | 908 | |
907 | 909 | |
| ||
996 | 998 | |
997 | 999 | |
998 | 1000 | |
| 1001 | + |
Collapse file
+3Lines changed: 3 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
841 | 841 | |
842 | 842 | |
843 | 843 | |
| 844 | + |
| 845 | + |
844 | 846 | |
845 | 847 | |
846 | 848 | |
| ||
1096 | 1098 | |
1097 | 1099 | |
1098 | 1100 | |
| 1101 | + |
0 commit comments