Uses of Class
org.htmlunit.javascript.host.file.Blob
-
Packages that use Blob 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. -
-
Uses of Blob in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom with type parameters of type Blob Modifier and Type Field Description private java.util.Map<java.lang.String,Blob>
Document. blobUrl2Blobs_
Methods in org.htmlunit.javascript.host.dom that return Blob Modifier and Type Method Description Blob
Document. resolveBlobUrl(java.lang.String url)
Methods in org.htmlunit.javascript.host.dom with parameters of type Blob Modifier and Type Method Description java.lang.String
Document. generateBlobUrl(Blob blob)
Generate and return the URL for the given blob. -
Uses of Blob in org.htmlunit.javascript.host.event
Fields in org.htmlunit.javascript.host.event declared as Blob Modifier and Type Field Description private Blob
BlobEvent. data_
The data passed when initializing the event.Methods in org.htmlunit.javascript.host.event that return Blob Modifier and Type Method Description Blob
BlobEvent. getData()
Methods in org.htmlunit.javascript.host.event with parameters of type Blob Modifier and Type Method Description protected void
BlobEvent. setDetail(Blob data)
Sets the associated with the event. -
Uses of Blob in org.htmlunit.javascript.host.file
Subclasses of Blob in org.htmlunit.javascript.host.file Modifier and Type Class Description class
File
A JavaScript object forFile
.Methods in org.htmlunit.javascript.host.file that return Blob Modifier and Type Method Description Blob
Blob. slice(java.lang.Object start, java.lang.Object end, java.lang.Object contentType)
-