Masque le menu pendant l'authentification mobile
This commit is contained in:
@@ -10,6 +10,9 @@ public sealed class BrowserBridge(IJSRuntime jsRuntime)
|
||||
public ValueTask SetBodyStateAsync(string? page, string? bodyClass)
|
||||
=> jsRuntime.InvokeVoidAsync("chesscubingPage.setBodyState", page, bodyClass ?? string.Empty);
|
||||
|
||||
public ValueTask SyncMenuAsync()
|
||||
=> jsRuntime.InvokeVoidAsync("chesscubingMenu.sync");
|
||||
|
||||
public ValueTask<string?> ReadMatchJsonAsync(string storageKey, string windowNameKey)
|
||||
=> jsRuntime.InvokeAsync<string?>("chesscubingStorage.getMatchState", storageKey, windowNameKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user