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.crypto |
Implementations of the Crypto JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
Float32Array
Represents an array of 32-bit floating point numbers.
|
class |
Float64Array
Represents an array of 64-bit floating point numbers.
|
class |
Int16Array
Represents an array of twos-complement 16-bit signed integers.
|
class |
Int32Array
Represents an array of twos-complement 32-bit signed integers.
|
class |
Int8Array
Represents an array of twos-complement 8-bit signed integers.
|
class |
Uint16Array
Represents an array of unsigned 16-bit integers.
|
class |
Uint32Array
Represents an array of unsigned 32-bit integers.
|
class |
Uint8Array
Represents an array of unsigned 16-bit integers.
|
class |
Uint8ClampedArray
Represents an array of unsigned 16-bit integers.
|
Modifier and Type | Method and Description |
---|---|
void |
Crypto.getRandomValues(ArrayBufferViewBase array)
Fills array with random values.
|
Copyright © 2002–2018 Gargoyle Software Inc.. All rights reserved.