0.7.0
Rebuilt with updated dependencies.
Scripts:
brotli.mjs: exports bothbrandunbrfunctions; blocking version.brotli_enc.mjs: exports only thebrfunction; blocking version.brotli_dec.mjs: exports only theunbrfunction; blocking version.brotli_worker.mjs: exports bothbrandunbrfunctions; async version.brotli_worker_script.mjsandbrotli.mjsare used by the web worker.brotli_worker_script.jsandbrotli_for_importScripts.jsare variants for browsers that don't support module web workers.brotli_enc_worker.mjs: exports thebrfunction; async version.brotli_enc_worker_script.mjsandbrotli_enc.mjsare used by the web worker.brotli_enc_worker_script.jsandbrotli_enc_for_importScripts.jsare variants for browsers that don't support module web workers.brotli_dec_worker.mjs: exports theunbrfunction; async version.brotli_dec_worker_script.mjsandbrotli_dec.mjsare used by the web worker.brotli_dec_worker_script.jsandbrotli_dec_for_importScripts.jsare variants for browsers that don't support module web workers.