Uses of Class
org.htmlunit.javascript.host.worker.Worker
Packages that use Worker
Package
Description
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 WorkerMethods in org.htmlunit.javascript.host.worker that return WorkerModifier and TypeMethodDescriptionstatic Worker
Worker.jsConstructor
(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.Scriptable scope, 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 WorkerModifierConstructorDescription(package private)
DedicatedWorkerGlobalScope
(Window owningWindow, org.htmlunit.corejs.javascript.Context context, WebClient webClient, Worker worker) Constructor.