Home
last modified time | relevance | path

Searched defs:cachedRes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/service_worker/
H A Dservice_worker.ts192 const cachedRes = await caches.match(new Request('/'), cacheOps); constant
198 const cachedRes = await caches.match(req, cacheOps); constant