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
Large buffers (300k+) stored as Uint8Array throw an exception when passed to zlib.gzipSync(data), even though zlibBufferSync() seems to work just fine after modifying the parameter type validation at
Large buffers (300k+) stored as
Uint8Array
throw 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
The text was updated successfully, but these errors were encountered: