Searched refs:_fetch (Results 1 – 4 of 4) sorted by relevance
53 const _fetch = (...props: any[]) => { constant72 _fetch.__EXPO_BASE_URL_POLYFILLED = true;74 return _fetch;
45 const _fetch = (...props) => { function62 _fetch.__EXPO_BASE_URL_POLYFILLED = true;63 return _fetch;
1 …_fetch = (...props: any[]) => {\n if (props[0] && typeof props[0] === 'string' && props[0].star…
43 [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…