1.0.0 • Published 3 months ago

decompress-response-browserify v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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.