We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1104c2b commit 8c90a08Copy full SHA for 8c90a08
src/Components/Web.JS/src/Platform/WebAssemblyResourceLoader.ts
@@ -12,7 +12,7 @@ export class WebAssemblyResourceLoader {
12
});
13
14
const relativeBaseHref = document.baseURI.substring(document.location.origin.length);
15
- const cacheName = `blazorresources:${relativeBaseHref}`;
+ const cacheName = `blazor-resources-${relativeBaseHref}`;
16
return new WebAssemblyResourceLoader(
17
await bootConfigResponse.json(),
18
await caches.open(cacheName));
0 commit comments