Skip to content

Commit d5df307

Browse files
committed
Update documentation to reflect current approach
1 parent 850d8f6 commit d5df307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Using/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ BrowserWindowOptions browserWindowOptions = new BrowserWindowOptions
9999
```
100100

101101
> [!IMPORTANT]
102-
> When using a preload script _AND_ running a Blazor app, the following lines must be added to the preload script:
102+
> 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:
103103
> ```js
104104
> global.process = undefined;
105105
> global.module = undefined;

0 commit comments

Comments
 (0)