Home
last modified time | relevance | path

Searched refs:wrapFetchWithOffline (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/__tests__/
H A DwrapFetchWithOffline-test.ts1 import { wrapFetchWithOffline } from '../wrapFetchWithOffline';
3 describe(wrapFetchWithOffline, () => {
7 const next = wrapFetchWithOffline(input);
14 const next = wrapFetchWithOffline(input);
/expo/packages/@expo/cli/src/api/graphql/
H A Dclient.ts19 import { wrapFetchWithOffline } from '../rest/wrapFetchWithOffline';
44 fetch: wrapFetchWithOffline(wrapFetchWithProxy(fetch)),
/expo/packages/@expo/cli/src/api/rest/
H A DwrapFetchWithOffline.ts7 export function wrapFetchWithOffline(fetchFunction: FetchLike): FetchLike { function
H A Dclient.ts10 import { wrapFetchWithOffline } from './wrapFetchWithOffline';
110 const fetchWithOffline = wrapFetchWithOffline(fetchInstance);