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
It is not possible to extract the raw compressed data for entries compressed with a method other than 8 (Deflate).
If you try to open a read stream for an entry compressed with e.g. Deflate64:
decompress: false
decompress
The text was updated successfully, but these errors were encountered:
That error message is pretty confusing. We should definitely support this usecase.
Sorry, something went wrong.
No branches or pull requests
It is not possible to extract the raw compressed data for entries compressed with a method other than 8 (Deflate).
If you try to open a read stream for an entry compressed with e.g. Deflate64:
decompress: false
, you get error "options.decompress can only be specified for compressed entries"decompress
option, you get error "unsupported compression method: 9"The text was updated successfully, but these errors were encountered: