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

x/zipjs/index.d.ts>Data64URIWriter

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
class Data64URIWriter
extends Writer<string>
import { Data64URIWriter } from "https://deno.land/x/zipjs@v2.4.26/index.d.ts";

Constructors

new
Data64URIWriter(mimeString?: string)