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
Allow to use a stream on .src() so it could allow to use less memory instead of having all the file in memory on a Buffer object.
.src()
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Any news about this option?
A good pull request with docs and tests would be welcomed.
Unfortunately, it's going to be a bit tricky since https://github.com/kevva/decompress-unzip doesn't support streams, and probably never will because of https://github.com/thejoshwolfe/yauzl#no-streaming-unzip-api.
No branches or pull requests
Allow to use a stream on
.src()
so it could allow to use less memory instead of having all the file in memory on a Buffer object.The text was updated successfully, but these errors were encountered: