Module

x/zipjs/index.js>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.42/index.js";

Represents the callback function used to handle data events.

Call Signatures

(data: Uint8Array): void