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
My current implementation in my library, relies on both the web streams and the node streams API. Since nodejs now has support for web streams https://nodejs.org/api/webstreams.html
I would like to unify a heap of my code however the pipe function on a SerialPort only accepts a NodeJS.WritableStream and not a TransformStream or WritableStream
Any assistance or workarounds would be much appreciated.
Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My current implementation in my library, relies on both the web streams and the node streams API. Since nodejs now has support for web streams https://nodejs.org/api/webstreams.html
I would like to unify a heap of my code however the pipe function on a
SerialPort
only accepts aNodeJS.WritableStream
and not aTransformStream
orWritableStream
Any assistance or workarounds would be much appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions