Uses of Interface
org.htmlunit.javascript.host.WindowOrWorkerGlobalScope
-
Packages that use WindowOrWorkerGlobalScope Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.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 WindowOrWorkerGlobalScope in org.htmlunit.javascript.host
Classes in org.htmlunit.javascript.host that implement WindowOrWorkerGlobalScope Modifier and Type Class Description class
Window
A JavaScript object forWindow
. -
Uses of WindowOrWorkerGlobalScope in org.htmlunit.javascript.host.worker
Classes in org.htmlunit.javascript.host.worker that implement WindowOrWorkerGlobalScope Modifier and Type Class Description class
DedicatedWorkerGlobalScope
The scope for the execution ofWorker
s.
-