Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/rest/
H A Dclient.ts54 export function wrapFetchWithCredentials(fetchFunction: FetchLike): FetchLike { function
116 const fetchWithCredentials = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy));
148 export const fetchAsync = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy));