Skip to content

Make the "void" InvokeJavaScriptAsync method public #27191

@mattleibow

Description

@mattleibow

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions