Home
last modified time | relevance | path

Searched defs:fetchAsync (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/metro-runtime/build/async-require/
H A DfetchAsync.native.d.ts8 export declare function fetchAsync(url: string): Promise<{ function
H A DfetchAsync.d.ts7 export declare function fetchAsync(url: string): Promise<{ function
H A DfetchAsync.js10 async function fetchAsync(url) { function
H A DfetchAsync.native.js17 function fetchAsync(url) { function
/expo/packages/@expo/metro-runtime/src/async-require/
H A DfetchAsync.ts7 export async function fetchAsync(url: string): Promise<{ body: string; headers: Headers }> { function
H A DfetchAsync.native.ts15 export function fetchAsync( function
/expo/packages/@expo/cli/src/api/
H A DgetVersions.ts43 const fetchAsync = createCachedFetch({ constant
H A DgetNativeModuleVersions.ts34 const fetchAsync = createCachedFetch({ constant
H A DgetExpoSchema.ts84 const fetchAsync = createCachedFetch({ constant
/expo/packages/@expo/cli/src/api/rest/
H A Dclient.ts148 export const fetchAsync = wrapFetchWithProgress(wrapFetchWithCredentials(fetchWithProxy)); constant
/expo/tools/src/
H A DGit.ts182 async fetchAsync(options: GitFetchOptions = {}): Promise<void> { method in GitDirectory