Uses of Class
org.htmlunit.javascript.host.file.Blob
Packages that use Blob
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
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 BlobMethods in org.htmlunit.javascript.host.dom that return BlobMethods in org.htmlunit.javascript.host.dom with parameters of type BlobModifier and TypeMethodDescriptionDocument.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 BlobModifier and TypeFieldDescriptionprivate Blob
BlobEvent.data_
The data passed when initializing the event.Methods in org.htmlunit.javascript.host.event that return BlobMethods in org.htmlunit.javascript.host.event with parameters of type Blob -
Uses of Blob in org.htmlunit.javascript.host.file
Subclasses of Blob in org.htmlunit.javascript.host.fileMethods in org.htmlunit.javascript.host.file that return Blob