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

Consider using Blazor JS Isolation to load the interop bridge #18

Open
diegofrata opened this issue Feb 3, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@diegofrata
Copy link
Contributor

This would remove the need to add a <script> tag with the interop-bridge to every project that uses this library.

https://docs.microsoft.com/en-us/aspnet/core/blazor/call-javascript-from-dotnet?view=aspnetcore-5.0#blazor-javascript-isolation-and-object-references

@canhorn canhorn added the enhancement New feature or request label Feb 3, 2021
@diegofrata
Copy link
Contributor Author

Actually just looked into this. It is unfeasible as it would imply losing access to InvokeUnmarshalled APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants