Module

x/zipjs/index.d.ts>dataHandler

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
interface dataHandler
import { type dataHandler } from "https://dotland.deno.dev/x/zipjs@v2.7.41/index.d.ts";

Represents the callback function used to handle data events.

Call Signatures

(data: Uint8Array): void