Skip to main content
Module

x/zipjs/index.d.ts>Data64URIWriter

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Latest
class Data64URIWriter
extends Writer<string>
import { Data64URIWriter } from "https://deno.land/x/zipjs@v2.7.43/index.d.ts";

Represents a Writer instance used to retrieve the written data as a Data URI string encoded in Base64.

Constructors

new
Data64URIWriter(mimeString?: string)

Creates the Data64URIWriter instance