-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
JSInterop support for invoking constructors, properties, and supplying callbacks #31151
Comments
Thanks for contacting us. |
We had several reports of these things in this area and some of them block using basic JS functionality without having to write a wrapper. |
For wasm only apps there is https://github.com/dotnet/runtime/tree/main/src/libraries/System.Private.Runtime.InteropServices.JavaScript if you aren't afraid of the |
We don't recommend using those directly, since they are wasm specific and I believe might change in the future |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Thanks for contacting us. We're moving this issue to the |
100% needed in order to develop JS interop w/o having to develop a custom JS wrapper module for nearly every JS library. As it stands, pretty much any moderately complex/large JS lib that you want to call via JS interop is not possible without a JS wrapper. IIRC, a big pitch of Blazor was the goal of writing C#, HTML, CSS w/o JS. But pretty much any JS lib requires us to write JS to make it work with C#. So really hope these features don't keep get being pushed back after 2+ years. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Thanks for contacting us. We're moving this issue to the |
Raising my support for this issue. With the current Something like giving |
The text was updated successfully, but these errors were encountered: