Module

x/zipjs/tests/vendor/fflate-es2019.min.js>FlateErrorCode

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
variable FlateErrorCode
import { FlateErrorCode } from "https://dotland.deno.dev/x/zipjs@v2.7.14/tests/vendor/fflate-es2019.min.js";

type

{ UnexpectedEOF: number; InvalidBlockType: number; InvalidLengthLiteral: number; InvalidDistance: number; StreamFinished: number; NoStreamHandler: number; InvalidHeader: number; NoCallback: number; InvalidUTF8: number; ExtraFieldTooLong: number; InvalidDate: number; FilenameTooLong: number; StreamFinishing: number; InvalidZipData: number; UnknownCompressionMethod: number; }