1 write to _jsRuntime
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (1)
39_jsRuntime = jsRuntime ?? throw new ArgumentNullException(nameof(jsRuntime));
3 references to _jsRuntime
Microsoft.AspNetCore.Components.Server (3)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (3)
121=> _jsRuntime.InvokeVoidAsync($"{_storeName}.removeItem", key); 140=> _jsRuntime.InvokeVoidAsync($"{_storeName}.setItem", key, protectedJson); 143=> _jsRuntime.InvokeAsync<string?>($"{_storeName}.getItem", key);