org.eclipse.rap icon indicating copy to clipboard operation
org.eclipse.rap copied to clipboard

Add a method to JavaScriptExecutor to return a value

Open kysmith-csg opened this issue 6 months ago • 2 comments

The current JavaScriptExecutor only contains a single method, execute, which does not allow the return value of the given JavaScript code to be captured. This change adds a new method, evaluate, that returns with the return value of the JavaScript code (if any).

kysmith-csg avatar Apr 14 '25 17:04 kysmith-csg