Searched refs:wrapFetchWithOffline (Results 1 – 4 of 4) sorted by relevance
1 import { wrapFetchWithOffline } from '../wrapFetchWithOffline';3 describe(wrapFetchWithOffline, () => {7 const next = wrapFetchWithOffline(input);14 const next = wrapFetchWithOffline(input);
19 import { wrapFetchWithOffline } from '../rest/wrapFetchWithOffline';44 fetch: wrapFetchWithOffline(wrapFetchWithProxy(fetch)),
7 export function wrapFetchWithOffline(fetchFunction: FetchLike): FetchLike { function
10 import { wrapFetchWithOffline } from './wrapFetchWithOffline';110 const fetchWithOffline = wrapFetchWithOffline(fetchInstance);