Implemented interface member:
method
InvokeAsync<TValue>
Microsoft.JSInterop.IJSRuntime.InvokeAsync<TValue>(System.String, System.Threading.CancellationToken, System.Object[])
1 reference to InvokeAsync
Microsoft.AspNetCore.Components.Web.Tests (1)
Media\FileDownloadTest.cs (1)
244
public ValueTask<TValue> InvokeAsync<TValue>(string identifier, object?[]? args) =>
InvokeAsync
<TValue>(identifier, CancellationToken.None, args ?? Array.Empty<object?>());