mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Window.BrotliDecode is not set in decode.min.js #344
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrpmorris on GitHub (Sep 19, 2020).
The minimised version of decode.js sets
when it sould set
@eustas commented on GitHub (Sep 21, 2020):
Hi. In your comment strings only differ by the semicolon.
Though, "min" version looks strange: "BrotliDecodeClosure" is not shortened, and "ra" should be "BrotliDecode".
Going to revise that soon.
@mrpmorris commented on GitHub (Sep 21, 2020):
@eustas sorry, text was wrong. I've now corrected it
@guardrex commented on GitHub (Jan 17, 2021):
@mrpmorris ... There are updates (google/brotli #852) that apparently will fix this (among other things), but those October updates are in limbo. Microsoft is now seeking to drop the use of this script. We can't depend on unmaintained bits.
@eustas commented on GitHub (Jan 18, 2021):
Sorry, was on a very long leave since October. Going to land that update soon.
@eustas commented on GitHub (Jan 18, 2021):
Should be fixed.