1 write to _jsRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteErrorBoundaryLogger.cs (1)
20
_jsRuntime
= jsRuntime;
2 references to _jsRuntime
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteErrorBoundaryLogger.cs (2)
31
var shouldLogToClient = (
_jsRuntime
as RemoteJSRuntime)?.IsInitialized == true;
37
return
_jsRuntime
.InvokeVoidAsync("console.error", message);