What's the equivalent of InvokeUnmarshalled from JS to .Net?

Viewed 331

Blazor JSInterop has a special JSRuntime that lets me call JS functions from .Net without any marshalling for max performance in a webassembly scenario: WebAssemblyJSRuntime Class

What is the equivalent in JS for calling a .Net method from JS without marshalling?

1 Answers
Related