mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-12 00:04:02 +02:00
For now, `BrotliDecode` hasn't been specified but it should be in a close future. So when it's possible we use the native `DecompressionStream` API with "brotli" as argument. If that fails or if we've to decompress in a sync context, we fallback to `BrotliStream` which a pure js implementation (see README in external/brotli).
8 lines
259 B
Markdown
8 lines
259 B
Markdown
## Release
|
|
|
|
In order to get the file `decoder.js`:
|
|
* `gulp release-brotli --hash` followed by the git hash of the revision.
|
|
|
|
## Licensing
|
|
|
|
[brotli](https://github.com/google/brotli/) is under [MIT License](https://github.com/google/brotli/blob/master/LICENSE) |