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
{{ message }}
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
We will need to remove this in favor of using gzip streams properly, no npm dependency needed, although we could simplify it to a gzipme.js of our own with the same API plus a useful callback that implements error reporting.
var out = zlib.createGzip();
fileOut = fs.createWriteStream(filename);
out.pipe(fileOut);
// listening for both finish and errors properly, pipe aread stream into out