| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| Modifier and Type | Method and Description |
|---|---|
ContinuationPending |
Context.captureContinuation()
Capture a continuation from the current execution.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Context.callFunctionWithContinuations(Callable function,
Scriptable scope,
Object[] args)
Call function that may pause execution by capturing a continuation.
|
Object |
Context.executeScriptWithContinuations(Script script,
Scriptable scope)
Execute script that may pause execution by capturing a continuation.
|
Object |
Context.resumeContinuation(Object continuation,
Scriptable scope,
Object functionResult)
Restarts execution of the JavaScript suspended at the call to
Context.captureContinuation(). |
Copyright © 2025 HtmlUnit. All rights reserved.