Module

x/zipjs/index.d.ts>BlobWriter

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
class BlobWriter
extends Writer<Blob>
import { BlobWriter } from "https://dotland.deno.dev/x/zipjs@v2.6.31/index.d.ts";

Represents a Writer instance used to retrieve the written data as a Blob instance.

Constructors

new
BlobWriter(mimeString?: string)

Creates the BlobWriter instance