Searched refs:fetchWithProxy (Results 1 – 2 of 2) sorted by relevance
114 const fetchWithProxy = wrapFetchWithProxy(fetchWithBaseUrl); constant116 const fetchWithCredentials = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy));148 export const fetchAsync = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy));
11 return function fetchWithProxy(url, options = {}) {