Searched refs:wrapFetchWithProgress (Results 1 – 3 of 3) sorted by relevance
9 import { wrapFetchWithProgress } from '../wrapFetchWithProgress';16 describe(wrapFetchWithProgress, () => {43 await wrapFetchWithProgress(fetch)(url + '/asset', {74 await wrapFetchWithProgress(fetch)(url + '/asset', {
11 import { wrapFetchWithProgress } from './wrapFetchWithProgress';116 const fetchWithCredentials = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy));148 export const fetchAsync = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy));
5 export function wrapFetchWithProgress(fetch: FetchLike): FetchLike { function