You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
childProcess.fork received a new option called serialization, which would let us use the V8 clone algorithm for passing messages instead of JSON. We could then pass types like Buffer.
It was added in Node.js 13.2.0, so we cannot use this until we target Node.js 14.
childProcess.fork
received a new option calledserialization
, which would let us use the V8 clone algorithm for passing messages instead of JSON. We could then pass types likeBuffer
.It was added in Node.js 13.2.0, so we cannot use this until we target Node.js 14.
https://nodejs.org/en/blog/release/v13.2.0/
https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options
The text was updated successfully, but these errors were encountered: