Package org.htmlunit.javascript.background
package org.htmlunit.javascript.background
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout()
or setInterval()
. Classes in this package are specific
to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package.-
ClassDescriptionA factory for all the things we have to construct from outside the JavaScript engine.A JavaScript-triggered background job managed by a
JavaScriptJobManager
.An event loop to execute all the JavaScript jobs.A JavaScript-triggered background job representing the execution of some JavaScript code.An event loop to execute all the JavaScript jobs.AJavaScriptJob
created from aFunction
object.A JavaScript-triggered background job managed by aJavaScriptJobManager
.A manager forJavaScriptJob
s.Simple filter interface.Default implementation ofJavaScriptJobManager
.AJavaScriptJob
created from a string of code.A helper class for XMLHttpRequest.