-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
zlib fails on Uint8Array #12072
Copy link
Copy link
Closed
Labels
zlibIssues and PRs related to the zlib module and its compression dependencies.Issues and PRs related to the zlib module and its compression dependencies.
Description
Activity
Metadata
Metadata
Assignees
Labels
zlibIssues and PRs related to the zlib module and its compression dependencies.Issues and PRs related to the zlib module and its compression dependencies.
Large buffers (300k+) stored as
Uint8Arraythrow an exception when passed tozlib.gzipSync(data), even thoughzlibBufferSync()seems to work just fine after modifying the parameter type validation atnode/lib/zlib.js
Line 124 in 98e54b0