-
Notifications
You must be signed in to change notification settings - Fork 804
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
DotNet.createJSObjectReference() TS Type #530
Comments
@danroth27 Is DotNet.createJSObjectReference() typically Blazor or .NET? At least I haven't found the implementation in the DotNet Type Library. Who owns that within the .NET space, can you redirect the question? |
Yeah, this needs to be handled on the Blazor side in the dotnet/aspnetcore repo. Adding @mkArtakMSFT. |
@mkArtakMSFT okay if I assign this to you? Can you please help? Thanks! |
@danroth27 is there any update on this from the Blazor side? Thanks! |
@davidchesnut I think you should just close this issue as external. @RaoulRSV Can you please report this issue in the dotnet/aspnetcore repo?: https://github.com/dotnet/aspnetcore/issues/new |
@danroth27 : done |
Is your feature request related to a problem? Please describe.
TS type for DotNet.createJSObjectReference() function
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
While developping Blazor Addin with TS it is necessary to use the DotNet.createJSObjectReference() function but I couldn't find any TS type for it
Describe the solution you'd like
An upgrade of the NPM DotNet type library or a turnaroud to use this function in TS
The text was updated successfully, but these errors were encountered: