Replies: 1 comment 2 replies
-
What version of .Net are you targeting? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used JavascriptObjectRepository.Register("key",new object()) to register an object, I can use await key.getSettings() on the webpage to get the registered Object, but I don't want to use asynchronous await to get it on the webpage , I want to get it in a synchronous way. Is there any way?
Beta Was this translation helpful? Give feedback.
All reactions