Home
last modified time | relevance | path

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

/expo/packages/@expo/metro-runtime/src/location/
H A Dinstall.native.ts53 const _fetch = (...props: any[]) => { constant
72 _fetch.__EXPO_BASE_URL_POLYFILLED = true;
74 return _fetch;
/expo/packages/@expo/metro-runtime/build/location/
H A Dinstall.native.js45 const _fetch = (...props) => { function
62 _fetch.__EXPO_BASE_URL_POLYFILLED = true;
63 return _fetch;
H A Dinstall.native.js.map1_fetch = (...props: any[]) => {\n if (props[0] && typeof props[0] === 'string' && props[0].star…
/expo/packages/expo-dev-launcher/ios/Manifest/
H A DEXDevLauncherManifestParser.m43 [self _fetch:@"HEAD" onError:onError completionHandler:^(NSData *data, NSURLResponse *response) {
71 [self _fetch:@"GET" onError:onError completionHandler:^(NSData *data, NSURLResponse *response) {
97 - (void)_fetch:(NSString *)method onError:(OnManifestError)onError completionHandler:(CompletionHan…