Skip to content

Commit 88fd967

Browse files
committed
Don't fetch manifest
1 parent 6c30834 commit 88fd967

File tree

1 file changed

+1
-1
lines changed
  • src/Components/WebAssembly/testassets/HostedInAspNet.Client/wwwroot

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/testassets/HostedInAspNet.Client/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<script>
1818
Blazor.start({
1919
loadBootResource: function (type, name, defaultUri, integrity) {
20-
return type === 'dotnetjs'
20+
return type === 'dotnetjs' || type === 'manifest'
2121
? `${defaultUri}?customizedbootresource=true`
2222
: fetch(defaultUri, { integrity: integrity, cache: 'no-cache', headers: { 'customizedbootresource': 'true' } });
2323
},

0 commit comments

Comments
 (0)