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);