[browser] loadBootResource should not ask for dotnetwasm
location before cache lookup
#89883
Labels
arch-wasm
WebAssembly architecture
area-System.Runtime.InteropServices.JavaScript
os-browser
Browser variant of arch-wasm
Milestone
Because
https://github.com/dotnet/aspnetcore/blob/22b8ebb68bf74371b038841ea461d74da03182b9/src/Components/WebAssembly/testassets/HostedInAspNet.Client/wwwroot/index.html#L21
will force real fetch.
That breaks caching tests in BootResourceCachingTest
https://github.com/dotnet/aspnetcore/blob/22b8ebb68bf74371b038841ea461d74da03182b9/src/Components/test/E2ETest/Tests/BootResourceCachingTest.cs#L18
The text was updated successfully, but these errors were encountered: