From d5df30718b7aec3436bd3dfd7a59ca07cdd5ab23 Mon Sep 17 00:00:00 2001 From: Aeon Date: Tue, 17 Feb 2026 23:32:55 +0100 Subject: [PATCH] Update documentation to reflect current approach --- docs/Using/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using/Configuration.md b/docs/Using/Configuration.md index 2e0e1e1..55a7cd6 100644 --- a/docs/Using/Configuration.md +++ b/docs/Using/Configuration.md @@ -99,7 +99,7 @@ BrowserWindowOptions browserWindowOptions = new BrowserWindowOptions ``` > [!IMPORTANT] -> When using a preload script _AND_ running a Blazor app, the following lines must be added to the preload script: +> When using a preload script _AND_ running a Blazor app, `IsRunningBlazor` must be set to `false` (or removed) and the following lines must be added to the preload script: > ```js > global.process = undefined; > global.module = undefined;