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 85c42bb commit 203f1a7Copy full SHA for 203f1a7
src/Components/Web.JS/src/Platform/WebAssemblyResourceLoader.ts
@@ -8,7 +8,8 @@ export class WebAssemblyResourceLoader {
8
static async initAsync(): Promise<WebAssemblyResourceLoader> {
9
const bootConfigResponse = await fetch('_framework/blazor.boot.json', {
10
method: 'GET',
11
- credentials: 'include'
+ credentials: 'include',
12
+ cache: 'no-cache'
13
});
14
15
// Define a separate cache for each base href, so we're isolated from any other
0 commit comments