Searched refs:requestUrl (Results 1 – 15 of 15) sorted by relevance
19 const requestUrl = buildUrlForBundle(bundlePath); constant22 return fetchThenEvalAsync(requestUrl);32 return fetchThenEvalAsync(requestUrl)37 HMRClient.registerBundle(requestUrl);
20 const requestUrl = (0, buildUrlForBundle_1.buildUrlForBundle)(bundlePath);22 return (0, fetchThenEval_1.fetchThenEvalAsync)(requestUrl);30 return (0, fetchThenEval_1.fetchThenEvalAsync)(requestUrl)35 HMRClient.registerBundle(requestUrl);
1 …requestUrl = buildUrlForBundle(bundlePath);\n\n if (process.env.NODE_ENV === 'production') {\n …
8 export async function requestAsync(requestUrl, fetchRequest) { argument13 const url = new URL(requestUrl);
12 export declare function requestAsync<T>(requestUrl: string, fetchRequest: FetchRequest): Promise<T>;
1 …requestUrl: string, fetchRequest: FetchRequest): Promise<T> {\n if (Platform.OS === 'web' && !isD…
17 function warnProductionOriginNotConfigured(requestUrl: string) {24 …`The relative fetch request "${requestUrl}" will not work in production until the Expo Router Conf…
24 export async function requestAsync<T>(requestUrl: string, fetchRequest: FetchRequest): Promise<T> {29 const url = new URL(requestUrl);
5 registerBundle(requestUrl: string): void;
93 registerBundle(requestUrl) { argument95 pendingEntryPoints.push(requestUrl);
1 …requestUrl: string): void;\n log(level: LogLevel, data: any[]): void;\n setup(props: { isEnabled…
17 function warnProductionOriginNotConfigured(requestUrl) { argument23 …console.warn(`The relative fetch request "${requestUrl}" will not work in production until the Exp…
1 …requestUrl: string) {\n if (hasWarned) {\n return;\n }\n hasWarned = true;\n if (!manifest?…
48 registerBundle(requestUrl: string): void;102 registerBundle(requestUrl: string) {104 pendingEntryPoints.push(requestUrl);
97 function createRequest(requestUrl: string, method?: 'GET' | 'POST' | 'PUT'): IncomingMessage {98 const url = new URL(requestUrl);