File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Uno.Wasm.Bootstrap/ts/Uno/WebAssembly Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ namespace Uno.WebAssembly.Bootstrap {
31
31
32
32
const webAppBasePath = this . _unoConfig . environmentVariables [ "UNO_BOOTSTRAP_WEBAPP_BASE_PATH" ] ;
33
33
34
- // Take the place of the internal .NET for WebAssembly APIs for metadata updates coming
35
- // from the "BrowserLink" feature.
34
+ // This assumes that the runtime includes the header as an env var:
35
+ // https://github.com/dotnet/runtime/blob/79a71fc750652191eba18e19b3f98492e882cb5f/src/mono/browser/runtime/loader/config.ts#L336
36
36
const browserToolsVariable = ( < any > this . _context ) . config . environmentVariables [ 'ASPNETCORE-BROWSER-TOOLS' ] ;
37
37
38
+ // Take the place of the internal .NET for WebAssembly APIs for metadata updates coming
39
+ // from the "BrowserLink" feature.
38
40
( function ( Blazor ) {
39
41
Blazor . _internal = {
40
42
initialize : function ( ) {
You can’t perform that action at this time.
0 commit comments