Skip to main content
Module

x/zipjs/index.d.ts>HttpRangeOptions

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

Represents options passed to the constructor of HttpRangeReader and HttpReader.

Properties

optional
useXHR: boolean

true to rely XMLHttpRequest instead of fetch to fetch data.

optional
headers: Iterable<[string, string]> | Map<string, string>

The HTTP headers.