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
The attribute above should be supported in .NET MAUI Blazor Apps since it uses Blazor WASM behind the door.
JSHost.ImportAsync
Currently I am getting the following error when trying to achieve this "(System.Runtime.InteropServices.JavaScript is not supported on this platform.)"
Intended Use-Case
In my app I want to be able to transfer array with large number of elements efficiently between the C# layer and the JS layer. My app uses MAUI Blazor App.
The text was updated successfully, but these errors were encountered:
Description
I would like to use [JSImport] in MAUI Blazor App to improve performance on JS interop calls.
Public API Changes
System.Runtime.InteropServices.JavaScript.JSImport
The attribute above should be supported in .NET MAUI Blazor Apps since it uses Blazor WASM behind the door.
JSHost.ImportAsync
Currently I am getting the following error when trying to achieve this "(System.Runtime.InteropServices.JavaScript is not supported on this platform.)"
Intended Use-Case
In my app I want to be able to transfer array with large number of elements efficiently between the C# layer and the JS layer. My app uses MAUI Blazor App.
The text was updated successfully, but these errors were encountered: