Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host.arrays |
Implementations of the JavaScript host objects for Typed Arrays - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.canvas |
Implementations of the Canvas JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Class and Description |
---|
ArrayBuffer
A data type that is used to represent a generic, fixed-length binary data buffer.
|
ArrayBufferView
The ArrayBufferView type describes a particular view on the contents of an
ArrayBuffer 's data. |
ArrayBufferViewBase
The parent class of all typed arrays,
DataView is not included. |
Class and Description |
---|
Uint8ClampedArray
Represents an array of unsigned 16-bit integers.
|
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.