UNPKG

tus-js-client-stall-detection

Version:

A pure JavaScript client for the tus resumable upload protocol (fork with stall detection)

7 lines (6 loc) 243 B
import type { HttpRequest, HttpStack } from '../options.js'; export declare class XHRHttpStack implements HttpStack { createRequest(method: string, url: string): HttpRequest; getName(): string; supportsProgressEvents(): boolean; }