Module

x/zipjs/index.js>TextWriter

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
class TextWriter
extends Writer
import { TextWriter } from "https://dotland.deno.dev/x/zipjs@v2.4.18/index.js";

Constructors

new
TextWriter(encoding?: string)

Methods

getData(): Promise<string>