decompress-response-browserify
v1.0.0
Published
[Browserify] Decompress a HTTP response if needed
Downloads
21
Maintainers
Readme
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.
Install
npm install decompress-response-browserify
Usage and More
This is a fork of decompress-response. Please visit https://github.com/sindresorhus/decompress-response for more information.