@loaders.gl/core
Version:
The core API for working with loaders.gl loaders and writers
6 lines • 301 B
TypeScript
/**
* Intercepts the Response stream and creates a new Response
*/
export declare function fetchProgress(response: Response | Promise<Response>, onProgress: any, // TODO better callback types
onDone?: () => void, onError?: () => void): Promise<Response>;
//# sourceMappingURL=fetch-progress.d.ts.map