Ergonomics for JsFunction.call? #636
Unanswered
safasofuoglu
asked this question in
Q&A
Replies: 1 comment
-
Oh yes, I will try it in this month. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Since
JsFunction.call
accepts an array, the only way I was able to call aJsFunction
with different types of arguments is callinginto_unknown()
for all arguments and passing thatJsUnknown
array tocall
. Is this the recommended way? Have you considered writing a vararg macro?Beta Was this translation helpful? Give feedback.
All reactions