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
readable-stream is used because stream is a built-in node module which needs different treatment in web environment. The former, however, is installed from npm like everything else and will be handled by webpack, etc
Not wrong, of course. I can add a note if you think that will be helpful
I meant that I prefer readable-stream because this way there is no need to differentiate code for node/web. Hence the example snippet should work for both.
In the doc the following import is mentioned:
As fare as I tested it the node implementation is working without any problems.
Maybe it is worth to mention this in the doc.
The text was updated successfully, but these errors were encountered: