1 write to _js
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitHostTest.cs (1)
820
_js
= jsRuntime ?? throw new ArgumentNullException(nameof(jsRuntime));
1 reference to _js
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitHostTest.cs (1)
836
await
_js
.InvokeVoidAsync("SomeJsCleanupCode");