foliojs / brotli.js

A JavaScript port of the Brotli compression algorithm, as used in WOFF2
494 stars 51 forks source link

Use brotli.js to decompress the api response #53

Open shakul26 opened 6 months ago

shakul26 commented 6 months ago

i am looking for a way to decompress the brotli response from api in angular ?

./node_modules/brotli/build/encode.js:29:11-24 - Error: Module not found: Error: Can't resolve 'fs' in .<..\node_modules\brotli\build'

./node_modules/brotli/build/encode.js:30:11-26 - Error: Module not found: Error: Can't resolve 'path' in '..\node_modules\brotli\build'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to: