1 write to _jsRuntime
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyConsoleLogger.cs (1)
31
_jsRuntime
= jsRuntime ?? throw new ArgumentNullException(nameof(jsRuntime));
1 reference to _jsRuntime
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyConsoleLogger.cs (1)
96
_jsRuntime
.InvokeVoid("console.log", formattedMessage);