Uses of Class
org.htmlunit.javascript.background.BasicJavaScriptJob
Packages that use BasicJavaScriptJob
Package
Description
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout()
or setInterval()
.Implementations of the Web Workers JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of BasicJavaScriptJob in org.htmlunit.javascript.background
Subclasses of BasicJavaScriptJob in org.htmlunit.javascript.backgroundModifier and TypeClassDescription(package private) class
A JavaScript-triggered background job representing the execution of some JavaScript code.(package private) class
AJavaScriptJob
created from aFunction
object.(package private) class
AJavaScriptJob
created from a string of code.(package private) final class
A helper class for XMLHttpRequest. -
Uses of BasicJavaScriptJob in org.htmlunit.javascript.host.worker
Subclasses of BasicJavaScriptJob in org.htmlunit.javascript.host.worker