Searched defs:fetchAsync (Results 1 – 11 of 11) sorted by relevance
8 export declare function fetchAsync(url: string): Promise<{ function
7 export declare function fetchAsync(url: string): Promise<{ function
10 async function fetchAsync(url) { function
17 function fetchAsync(url) { function
7 export async function fetchAsync(url: string): Promise<{ body: string; headers: Headers }> { function
15 export function fetchAsync( function
43 const fetchAsync = createCachedFetch({ constant
34 const fetchAsync = createCachedFetch({ constant
84 const fetchAsync = createCachedFetch({ constant
148 export const fetchAsync = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy)); constant
182 async fetchAsync(options: GitFetchOptions = {}): Promise<void> { method in GitDirectory