Searched refs:wrapFetchWithProxy (Results 1 – 4 of 4) sorted by relevance
1 import { wrapFetchWithProxy } from '../wrapFetchWithProxy';9 describe(wrapFetchWithProxy, () => {14 const next = wrapFetchWithProxy(input);21 const next = wrapFetchWithProxy(input);
20 import { wrapFetchWithProxy } from '../rest/wrapFetchWithProxy';44 fetch: wrapFetchWithOffline(wrapFetchWithProxy(fetch)),
9 export function wrapFetchWithProxy(fetchFunction: FetchLike): FetchLike { function
12 import { wrapFetchWithProxy } from './wrapFetchWithProxy';114 const fetchWithProxy = wrapFetchWithProxy(fetchWithBaseUrl);