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
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: