UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

10 lines (9 loc) 288 B
import FetchStreamError from "./fetch-stream-error.js"; export default class EmptyResponseError extends FetchStreamError { readonly headers: { [key: string]: string | string[]; }; constructor(url: string, headers: { [key: string]: string | string[]; }); }