You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up to improvements in Blazor JS interop done in #31151, consider adding some API that makes it easier to use an IJSObjectReference that references an JS function. In particular, to be able to convert it into a regular C# Func delegate that can be used to invoke the JS function.