Closed zalenskiSofteq closed 1 year ago
How to reproduce
call gunzipSync with Uint8Array [31, 139, 8] as the argument
The problem
argument with 3 bytes breaks the library
This should throw an error, will fix for the next version.
Fixed in v0.8.0.
How to reproduce
call gunzipSync with Uint8Array [31, 139, 8] as the argument
The problem
argument with 3 bytes breaks the library