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

x/zipjs/lib/core/io.js>ReadableStreamReader

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
class ReadableStreamReader
import { ReadableStreamReader } from "https://deno.land/x/zipjs@v2.4.25/lib/core/io.js";

Constructors

new
ReadableStreamReader(readableStream)

Methods

readUint8Array(index, length)