We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I thought we needed to stream data through message port, but looking at https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Transferable_objects can we actually transfer ReadableStream. Does it work on Node too?
ReadableStream
The text was updated successfully, but these errors were encountered:
yes, https://github.com/nodejs/node/blob/4d3923aabaa6d57dc9dc3c554434fa69410c3d55/benchmark/webstreams/js_transfer.js#L47
Sorry, something went wrong.
nice, it will simplify the code a bit.
working on this
Successfully merging a pull request may close this issue.
I thought we needed to stream data through message port, but looking at
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Transferable_objects
can we actually transfer
ReadableStream
. Does it work on Node too?The text was updated successfully, but these errors were encountered: