Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: change options description for process.send()
  • Loading branch information
dev-script committed Oct 18, 2019
commit 356dcb9358d03dea73a89054ee5b8b3b813db957
5 changes: 5 additions & 0 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1942,9 +1942,14 @@ added: v0.5.9

* `message` {Object}
* `sendHandle` {net.Server|net.Socket}
<<<<<<< Updated upstream
* `options` {Object} The `options` argument, if present, is an object used to
parameterize the sending of certain types of handles. `options` supports
the following properties:
=======
* `options` {Object} used to parameterize the sending of certain types of
handles.`options` supports the following properties:
>>>>>>> Stashed changes
* `keepOpen` {boolean} A value that can be used when passing instances of
`net.Socket`. When `true`, the socket is kept open in the sending process.
**Default:** `false`.
Expand Down