Uses of Class
org.htmlunit.javascript.host.worker.Worker
-
Packages that use Worker Package Description org.htmlunit.javascript.host.worker Implementations of the Web Workers JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of Worker in org.htmlunit.javascript.host.worker
Fields in org.htmlunit.javascript.host.worker declared as Worker Modifier and Type Field Description private WorkerDedicatedWorkerGlobalScope. worker_Methods in org.htmlunit.javascript.host.worker that return Worker Modifier and Type Method Description static WorkerWorker. jsConstructor(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.Scriptable scope, java.lang.Object[] args, org.htmlunit.corejs.javascript.Function ctorObj, boolean inNewExpr)For instantiation in JavaScript.Constructors in org.htmlunit.javascript.host.worker with parameters of type Worker Constructor Description DedicatedWorkerGlobalScope(Window owningWindow, org.htmlunit.corejs.javascript.Context context, WebClient webClient, Worker worker)Constructor.
-