UNPKG

fetch-api-progress

Version:
3 lines (2 loc) 188 B
import { FetchProgressEvent } from "./FetchProgressEvent"; export declare function trackRequestProgress(request: RequestInit, onProgress: (arg0: FetchProgressEvent) => void): RequestInit;