Package | Description |
---|---|
org.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.event |
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.file |
Implementations of the File JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
Blob |
Document.resolveBlobUrl(String url) |
Modifier and Type | Method and Description |
---|---|
String |
Document.generateBlobUrl(Blob blob)
Generate and return the URL for the given blob.
|
Modifier and Type | Method and Description |
---|---|
Blob |
BlobEvent.getData() |
Modifier and Type | Method and Description |
---|---|
protected void |
BlobEvent.setDetail(Blob data)
Sets the associated with the event.
|
Modifier and Type | Class and Description |
---|---|
class |
File
A JavaScript object for
File . |
Modifier and Type | Method and Description |
---|---|
Blob |
Blob.slice(Object start,
Object end,
Object contentType) |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.