Skip to content

Commit 349a5ec

Browse files
committed
chore: Adjust comments
1 parent 278fcf7 commit 349a5ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Uno.Wasm.Bootstrap/ts/Uno/WebAssembly/HotReloadSupport.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ namespace Uno.WebAssembly.Bootstrap {
3131

3232
const webAppBasePath = this._unoConfig.environmentVariables["UNO_BOOTSTRAP_WEBAPP_BASE_PATH"];
3333

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
3636
const browserToolsVariable = (<any>this._context).config.environmentVariables['ASPNETCORE-BROWSER-TOOLS'];
3737

38+
// Take the place of the internal .NET for WebAssembly APIs for metadata updates coming
39+
// from the "BrowserLink" feature.
3840
(function (Blazor) {
3941
Blazor._internal = {
4042
initialize: function () {

0 commit comments

Comments
 (0)