[Browserify] Decompress a HTTP response if needed
npm install decompress-response-browserify> Decompress a HTTP response if needed
Decompresses the response from http.request if it's gzipped, deflated or compressed with Brotli, otherwise just passes it through.
``sh``
npm install decompress-response-browserify
This is a fork of decompress-response. Please visit https://github.com/sindresorhus/decompress-response for more information.