Home
last modified time | relevance | path

Searched refs:fetchAsync (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/@expo/metro-runtime/build/async-require/
H A DfetchAsync.js3 exports.fetchAsync = void 0;
10 async function fetchAsync(url) { function
23 exports.fetchAsync = fetchAsync;
H A DfetchAsync.native.js13 exports.fetchAsync = void 0;
17 function fetchAsync(url) { function
57 exports.fetchAsync = fetchAsync;
H A DfetchAsync.d.ts.map1 {"version":3,"file":"fetchAsync.d.ts","sourceRoot":"","sources":["../../src/async-require/fetchAsyn…
H A DfetchAsync.native.d.ts.map1 {"version":3,"file":"fetchAsync.native.d.ts","sourceRoot":"","sources":["../../src/async-require/fe…
H A DfetchAsync.js.map1fetchAsync.js","sourceRoot":"","sources":["../../src/async-require/fetchAsync.ts"],"names":[],"map…
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 DfetchThenEvalJs.js17 return (0, fetchAsync_1.fetchAsync)(url).then(({ body, headers }) => {
H A DfetchThenEvalJs.js.map1fetchAsync } from './fetchAsync';\n\ndeclare let global: {\n globalEvalWithSourceUrl?: any;\n};\n…
/expo/packages/@expo/cli/src/api/rest/__tests__/
H A Dclient-test.ts9 import { ApiV2Error, fetchAsync } from '../client';
31 await fetchAsync('test', {
62 await fetchAsync('test', {
80 await fetchAsync('test', {
92 const res = await fetchAsync('get-me', {
106 const res = await fetchAsync('http://example/get-me', {
122 const res = await fetchAsync('get-me', {
141 const res = await fetchAsync('get-me', {
161 const res = await fetchAsync('get-me', {
/expo/packages/@expo/cli/src/api/
H A DgetExpoGoIntermediateCertificate.ts1 import { fetchAsync } from './rest/client';
5 const response = await fetchAsync(
H A DgetProjectDevelopmentCertificate.ts1 import { fetchAsync } from './rest/client';
8 const response = await fetchAsync(
H A DupdateDevelopmentSession.ts5 import { fetchAsync } from './rest/client';
53 const results = await fetchAsync('development-sessions/notify-alive', {
82 const results = await fetchAsync('development-sessions/notify-close', {
H A DgetVersions.ts43 const fetchAsync = createCachedFetch({ constant
50 const results = await fetchAsync('versions/latest');
H A DgetNativeModuleVersions.ts34 const fetchAsync = createCachedFetch({ constant
39 const results = await fetchAsync(`sdks/${sdkVersion}/native-modules`);
H A DgetExpoSchema.ts84 const fetchAsync = createCachedFetch({ constant
89 const response = await fetchAsync(`project/configuration/schema/${sdkVersion}`);
/expo/packages/@expo/metro-runtime/src/async-require/
H A DfetchThenEvalJs.ts7 import { fetchAsync } from './fetchAsync';
19 return fetchAsync(url).then(({ body, headers }) => {
H A DfetchAsync.ts7 export async function fetchAsync(url: string): Promise<{ body: string; headers: Headers }> { function
/expo/packages/@expo/metro-runtime/src/async-require/__tests__/
H A DfetchAsync.test.web.ts2 import { fetchAsync } from '../fetchAsync';
21 await expect(fetchAsync('https://example.com')).resolves.toBeDefined();
/expo/packages/@expo/cli/src/utils/
H A DvalidateApplicationId.ts8 import { fetchAsync } from '../api/rest/client';
143 const response = await fetchAsync(url);
179 const response = await fetchAsync(url);
H A Durl.ts4 import { fetchAsync } from '../api/rest/client';
18 const res = await fetchAsync(url);
H A DdownloadAppAsync.ts10 import { createCachedFetch, fetchAsync } from '../api/rest/client';
30 let fetchInstance: FetchLike = fetchAsync;
/expo/packages/@expo/cli/src/api/user/
H A Dotp.ts9 import { fetchAsync } from '../rest/client';
103 await fetchAsync('auth/send-sms-otp', {
H A Duser.ts14 import { fetchAsync } from '../rest/client';
61 const res = await fetchAsync('auth/loginAsync', {
/expo/packages/@expo/cli/src/prebuild/
H A DresolveTemplate.ts8 import { fetchAsync } from '../api/rest/client';
66 const infoResponse = await fetchAsync(`https://api.github.com/repos/${username}/${name}`);

12