org.eclipse.rap
org.eclipse.rap copied to clipboard
Add a method to JavaScriptExecutor to return a value
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).