Skip to content

Commit d36ff58

Browse files
committed
Fix
1 parent 0fadef5 commit d36ff58

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ui/src/core_plugins/dev.perfetto.ExtensionServers/extension_server.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ const FETCH_TIMEOUT_MS = 10000; // 10 seconds
4040

4141
// Cache name used by the client-side extension cache. Responses are stored
4242
// 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.
43+
// the last-known-good data.
4544
const EXT_CACHE_NAME = 'extension-servers';
4645

4746
interface FetchRequest {

0 commit comments

Comments
 (0)