Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/rest/
H A Dclient.ts114 const fetchWithProxy = wrapFetchWithProxy(fetchWithBaseUrl); constant
116 const fetchWithCredentials = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy));
148 export const fetchAsync = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy));
H A DwrapFetchWithProxy.ts11 return function fetchWithProxy(url, options = {}) {