| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Explicitly call out that the send method on both process and child uses JSON.stringify to serialize the message Fixes nodejs#5453
|
LGTM |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
Landed in 99a5d07 @mithun-daa ... thank you for the PR! I did update the commit message a bit to conform to our commit guidelines. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Pull Request check-list
Please make sure to review and check all of these items:
this change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Affected core subsystem(s)
Please provide affected core subsystem(s) (like buffer, cluster, crypto, etc)
docs
Description of change
Please provide a description of the change here.
Explicitly call out that the send method on both process and child uses JSON.stringify to serialize the message
Fixes #5453