Uses of Class
org.htmlunit.javascript.configuration.JsxStaticFunction
-
Packages that use JsxStaticFunction 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.css Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.media Implementations of the JavaScript host media objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of JsxStaticFunction in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host with annotations of type JsxStaticFunction Modifier and Type Method Description static java.lang.StringURL. createObjectURL(java.lang.Object fileOrBlob)The URL.createObjectURL() static method creates a DOMString containing a URL representing the object given in parameter.static voidNotification. requestPermission()Asks the user for permission.static voidURL. revokeObjectURL(org.htmlunit.corejs.javascript.Scriptable objectURL) -
Uses of JsxStaticFunction in org.htmlunit.javascript.host.css
Methods in org.htmlunit.javascript.host.css with annotations of type JsxStaticFunction Modifier and Type Method Description static booleanCSS. supports() -
Uses of JsxStaticFunction in org.htmlunit.javascript.host.media
Methods in org.htmlunit.javascript.host.media with annotations of type JsxStaticFunction Modifier and Type Method Description static booleanMediaSource. isTypeSupported(java.lang.String mimeType)
-