Searched refs:fetchWithTimeout (Results 1 – 3 of 3) sorted by relevance
184 return await fetchWithTimeout(req, INDEX_TIMEOUT_MS);269 const resp = await fetchWithTimeout(manifestUrl, INSTALL_TIMEOUT_MS);304 function fetchWithTimeout(req: Request|string, timeoutMs: number) { function
16 import {fetchWithTimeout} from '../base/http_utils';105 const resp = await fetchWithTimeout(
17 export function fetchWithTimeout( function