Skip to main content
Module

x/zipjs/index.d.ts>BlobWriter

JavaScript library to zip and unzip files in the browser and Deno supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
class BlobWriter
extends Writer<Blob>
import { BlobWriter } from "https://deno.land/x/zipjs@v2.6.11/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