You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Java Object which I inject into the JS context, in that object, 3 layers deep there is a function which I want to overwrite it's result, unfortunately I am unable to modify the Object itself, redesign it or extend it.
Is there a way to intercept the result of that function?
The text was updated successfully, but these errors were encountered:
I have a Java Object which I inject into the JS context, in that object, 3 layers deep there is a function which I want to overwrite it's result, unfortunately I am unable to modify the Object itself, redesign it or extend it.
Is there a way to intercept the result of that function?
The text was updated successfully, but these errors were encountered: