public static void SetCallbackJSRuntime <T>(DotNetObjectReference <T> source, BlazorWorkerJSRuntime jsruntime) where T : class { jsRuntimeReferences.Add(source, jsruntime); }
public DotNetObjectReferenceJsonConverter(BlazorWorkerJSRuntime jsRuntime) { CallbackJSRuntime = jsRuntime; }