-
Notifications
You must be signed in to change notification settings - Fork 5k
[browser] fix loading assets #89687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[browser] fix loading assets #89687
Conversation
…L with document.baseURI, added makeURLAbsoluteWithApplicationBase - add new last parameter to loadBootResource call with runime behavior type, remove double call to loadBootResource - add manifest, js-module-loader to AssetBehaviors - add WebAssemblyBootResourceType back - rename jsSymbols to wasmSymbols, this was a mistake
Is the sample testing the issue being fixed here? Can we please move to a WBT test? Having it in a sample makes it breakable in future, because we won't really know what it was testing necessarily. And somebody trying to clean up, or improve the code might break remove the things that we wanted to test. |
About The |
loadBootResource
to absolute URL withdocument.baseURI
makeURLAbsoluteWithApplicationBase
loadBootResource
call with runime behavior type,loadBootResource
manifest
,js-module-dotnet
toAssetBehaviors
WebAssemblyBootResourceType
back todotnet.d.ts
jsSymbols
towasmSymbols
, this was a mistakebrowser-minimal-config
sampleconfig.assets
Fixes #89510
Fixes #89570
Fixes #89766