Uses of Class
org.htmlunit.corejs.javascript.ContinuationPending
-
Packages that use ContinuationPending Package Description org.htmlunit.corejs.javascript -
-
Uses of ContinuationPending in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript that return ContinuationPending Modifier and Type Method Description ContinuationPendingContext. captureContinuation()Capture a continuation from the current execution.Methods in org.htmlunit.corejs.javascript that throw ContinuationPending Modifier and Type Method Description java.lang.ObjectContext. callFunctionWithContinuations(Callable function, Scriptable scope, java.lang.Object[] args)Call function that may pause execution by capturing a continuation.java.lang.ObjectContext. executeScriptWithContinuations(Script script, Scriptable scope)Execute script that may pause execution by capturing a continuation.java.lang.ObjectContext. resumeContinuation(java.lang.Object continuation, Scriptable scope, java.lang.Object functionResult)Restarts execution of the JavaScript suspended at the call toContext.captureContinuation().
-