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
Methods in org.htmlunit.javascript.host.worker that return WorkerModifier and TypeMethodDescriptionstatic WorkerWorker.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.