How do I pass around java objects without using them ? #250
Unanswered
bananasmoothii
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Good question. No, you don't have to. There are many ways of doing so. Here is an example.
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a java class
Player
that I want to store in js variables and pass in intercepted functions but without using properties or functions directly onPlayer
. Do I still have to useJavetProxyConverter
?Beta Was this translation helpful? Give feedback.
All reactions