Registers a codec for a custom compression method (e.g. Zstandard, method 93). Entries using a
registered method can then be written with ZipWriter#add and read with FileEntry#getData.
Codecs registered with CompressionStream/DecompressionStream classes run on the main thread.
Codecs registered with a codecURI module URL also run in web workers: the module is imported
dynamically on both sides of the worker boundary.
Registers a codec for a custom compression method (e.g. Zstandard, method 93). Entries using a registered method can then be written with
ZipWriter#addand read withFileEntry#getData.Codecs registered with
CompressionStream/DecompressionStreamclasses run on the main thread. Codecs registered with acodecURImodule URL also run in web workers: the module is imported dynamically on both sides of the worker boundary.