Uses of Annotation Type
org.htmlunit.javascript.configuration.JsxStaticFunction
Packages that use JsxStaticFunction
Package
Description
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
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 JsxStaticFunctionModifier and TypeMethodDescriptionstatic String
URL.createObjectURL
(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 -
Uses of JsxStaticFunction in org.htmlunit.javascript.host.media
Methods in org.htmlunit.javascript.host.media with annotations of type JsxStaticFunction