We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fadef5 commit d36ff58Copy full SHA for d36ff58
1 file changed
ui/src/core_plugins/dev.perfetto.ExtensionServers/extension_server.ts
@@ -40,8 +40,7 @@ const FETCH_TIMEOUT_MS = 10000; // 10 seconds
40
41
// Cache name used by the client-side extension cache. Responses are stored
42
// here keyed by URL so that when the network is unreachable we can serve
43
-// the last-known-good data without involving the service worker or any
44
-// custom request headers.
+// the last-known-good data.
45
const EXT_CACHE_NAME = 'extension-servers';
46
47
interface FetchRequest {
0 commit comments