UNPKG

wavesurfer.js

Version:
6 lines (5 loc) 216 B
declare function fetchBlob(url: string, progressCallback: (percentage: number) => void, requestInit?: RequestInit): Promise<Blob>; declare const Fetcher: { fetchBlob: typeof fetchBlob; }; export default Fetcher;