Skip to content
New issue

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

Feature/lp 949 update nodejs #47

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Conversation

alejouribesanchez
Copy link
Collaborator

Move from fs.ReadStream to stream.Readable

stream.Readable is a more generic type and can accept data sources beyond just file streams, such as network streams, in-memory buffers, or generated data. This makes the function more versatile, able to work with various data sources.

fs.ReadStream extends from stream.Readable

stream.Readable is a more generic type and can accept data sources beyond just file streams, such as network streams, in-memory buffers, or generated data. This makes the function more versatile, able to work with various data sources.
@Kaevan89 Kaevan89 merged commit 78bf7e1 into main Nov 7, 2024
1 check passed
@Kaevan89 Kaevan89 deleted the feature/LP-949-update-nodejs branch November 7, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants