Consider using Blazor JS Isolation to load the interop bridge
diegofrata opened this issue · 1 comments
diegofrata commented
This would remove the need to add a <script> tag with the interop-bridge to every project that uses this library.
diegofrata commented
Actually just looked into this. It is unfeasible as it would imply losing access to InvokeUnmarshalled APIs.