1 write to JSRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
72JSRuntime = jsRuntime ?? throw new ArgumentNullException(nameof(jsRuntime));
8 references to JSRuntime
Microsoft.AspNetCore.Components.Server (7)
Circuits\CircuitHost.cs (7)
90JSRuntime.UnhandledException += ReportAndInvoke_UnhandledException; 235JSRuntime.MarkPermanentlyDisconnected(); 411DotNetDispatcher.BeginInvokeDotNet(JSRuntime, invocationInfo, argsJson); 445DotNetDispatcher.EndInvokeJS(JSRuntime, arguments); 470DotNetDispatcher.ReceiveByteArray(JSRuntime, id, data); 494return RemoteJSDataStream.ReceiveData(JSRuntime, streamId, chunkId, chunk, error); 539if (!JSRuntime.TryClaimPendingStreamForSending(streamId, out dotNetStreamReference))
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitHostTest.cs (1)
137var component = new PerformJSInteropOnDisposeComponent(circuitHost.JSRuntime);