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