Skip to main content
Module

x/zipjs/index.js>ReadableReader

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
interface ReadableReader
import { type ReadableReader } from "https://deno.land/x/zipjs@v2.7.43/index.js";

Represents an instance used to read data from a ReadableStream instance.

Properties

readable: ReadableStream

The ReadableStream instance.