Searched refs:unzipper (Results 1 – 2 of 2) sorted by relevance
12 const unzipper = zlib.createGunzip(); constant13 zipper.pipe(unzipper);19 unzipper.on('data', common.mustCallAtLeast((d) => {
14 const unzipper = new zlib.Gunzip(); constant15 unzipper.on('close', common.mustNotCall());17 const unzipped = unzipper._processChunk(zipped, zlib.constants.Z_FINISH);