Lines Matching refs:entry
33 * It caches either the promise or the cache entry since import.meta.url needs
36 * Maps HREF to pending cache entry
165 const entry = await fetchWithRedirects(location);
166 cacheForGET.set(parsed.href, entry);
167 return entry;
193 const entry = {
210 entry.body = body;
214 cacheForGET.set(parsed.href, entry);
215 await entry.body;
216 return entry;