The #compression section of the page says to use decode.min.js from here https://github.com/google/brotli/tree/master/js
But when I follow those steps I see the following error
Uncaught (in promise) TypeError: BrotliDecode is not a function
On the following line in index.html
const decompressedResponseArray = BrotliDecode(originalResponseArray);
Using decode.js instead works fine.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The #compression section of the page says to use
decode.min.jsfrom here https://github.com/google/brotli/tree/master/jsBut when I follow those steps I see the following error
On the following line in index.html
Using decode.js instead works fine.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.