Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the "void" InvokeJavaScriptAsync method public #27191

Open
mattleibow opened this issue Jan 16, 2025 · 0 comments
Open

Make the "void" InvokeJavaScriptAsync method public #27191

mattleibow opened this issue Jan 16, 2025 · 0 comments
Labels
area-controls-hybridwebview HybridWebView control s/triaged Issue has been reviewed

Comments

@mattleibow
Copy link
Member

mattleibow commented Jan 16, 2025

Make this public in .NET 10 or, if we can, in a .NET 9 SR:

class HybridWebView
{
	Task InvokeJavaScriptAsync(
			string methodName,
			object?[]? paramValues = null,
			JsonTypeInfo?[]? paramJsonTypeInfos = null)
}

Originally posted by @mattleibow in #27094 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-hybridwebview HybridWebView control s/triaged Issue has been reviewed
Projects
None yet
Development

No branches or pull requests

2 participants