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 4dded78 commit 7d7acc4Copy full SHA for 7d7acc4
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