Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/zipjs/index.js>Writer#writeUint8Array

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
method Writer.prototype.writeUint8Array
import { Writer } from "https://deno.land/x/zipjs@test/index.js";

Appends a chunk of data

Parameters

array: Uint8Array

The chunk data to append.

Returns

Promise<void>