AddHostObjectToScript Usage #4108
Unanswered
drearyrainDeng
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@vbryh-msft could you take a look at this question? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You are doing everything right. But there are multiple processes involved - to avoid any races you should do await after setting the property to be sure that it is set, or use |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Follow the guide, i add 'bridge' object to web side. call Fun(), after set 'Prop', it print the old prop value , Is this the design or is it the wrong way I set the properties? If I keep it running in sync, how should I call it?
Beta Was this translation helpful? Give feedback.
All reactions