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.
|
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CSS.supports() |
Modifier and Type | Method and Description |
---|---|
static boolean |
MediaSource.isTypeSupported(String mimeType) |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.