Skip to main content
Module

x/zipjs/index.d.ts>HttpRangeReader

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

Constructors

new
HttpRangeReader(url: Type, options?: HttpRangeOptions)

Type Parameters

Type extends string