public static class BrowserWindow.EvalRequest
- Object
- Observable
- AsyncResource<String>
- BrowserWindow.EvalRequest
A future that is returned from the eval() method.
Constructors
public EvalRequest() |
Methods
public String getJS() | Gets the JS code to be executed. |
public void setJS(String js) | Sets the JS code to be executed |
Inherited nested types
Inherited methods
From AsyncResource
isCancelled, all, all, await, await, cancel, waitFor, get, get, get, isCancelled, isDone, isReady, ready, ready, except, except, complete, error, await, addListener, onResult, asPromise
Constructor details
EvalRequest
public EvalRequest()Method details
getJS
public String getJS()Gets the JS code to be executed.
setJS
public void setJS(String js)Sets the JS code to be executed