interface WorkerConfigurationimport { type WorkerConfiguration } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.d.ts"; Represents configuration passed to configure, the constructor of ZipReader, {@link Entry#getData}, the constructor of ZipWriter, and {@link ZipWriter#add}. PropertiesoptionaluseWebWorkers: booleantrue to use web workers to compress/decompress data in non-blocking background processes. optionaluseCompressionStream: booleantrue to use the native API CompressionStream/DecompressionStream to compress/decompress data.