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.String
URL. createObjectURL(java.lang.Object fileOrBlob)
The URL.createObjectURL() static method creates a DOMString containing a URL representing the object given in parameter.static void
Notification. requestPermission()
Asks the user for permission.static void
URL. 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 boolean
CSS. 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 boolean
MediaSource. isTypeSupported(java.lang.String mimeType)
-