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
Hello.
I have a situation where I want to zip a buffer that contains binary data.
I tested the file with the underlying library (zip-stream) and it works correctly without problem. However, you only accept strings as input, and your library deletes any content that is not a string:
Hello.
I have a situation where I want to zip a buffer that contains binary data.
I tested the file with the underlying library (zip-stream) and it works correctly without problem. However, you only accept strings as input, and your library deletes any content that is not a string:
express-easy-zip/index.js
Lines 82 to 83 in a2bed82
Why this limitation when the zip-stream library is capable of handling Buffer | Stream | String?
The text was updated successfully, but these errors were encountered: