Liking cljdoc? Tell your friends :D

js.Uint8Array

The Uint8Array typed array represents an array of 8-bit unsigned The contents are initialized to 0. Once established, you can elements in the array using the object's methods, or using standard index syntax (that is, using bracket notation).

The Uint8Array typed array represents an array of 8-bit unsigned
The contents are initialized to 0. Once established, you can
elements in the array using the object's methods, or using standard
index syntax (that is, using bracket notation).
raw docstring

bytes-per-elementcljs

(bytes-per-element this)

Property.

The TypedArray.BYTES_PER_ELEMENT property represents the size bytes of each element in an typed array.

TypedArray.BYTES_PER_ELEMENT;

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT

Property.

The TypedArray.BYTES_PER_ELEMENT property represents the size
bytes of each element in an typed array.

`TypedArray.BYTES_PER_ELEMENT;`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT`
raw docstring

fromcljs

(from this & args)

Method.

The TypedArray.from() method creates a new typed array from an or iterable object. This method is nearly the same as Array.from().

`TypedArray.from(source[, mapFn[, thisArg]])

where TypedArray is one of:

Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array BigInt64Array BigUint64Array`

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from

Method.

The TypedArray.from() method creates a new typed array from an
or iterable object. This method is nearly the same as `Array.from()`.

`TypedArray.from(source[, mapFn[, thisArg]])

where TypedArray is one of:

Int8Array
Uint8Array
Uint8ClampedArray
Int16Array
Uint16Array
Int32Array
Uint32Array
Float32Array
Float64Array
BigInt64Array
BigUint64Array`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from`
raw docstring

set-bytes-per-element!cljs

(set-bytes-per-element! this val)

Property.

The TypedArray.BYTES_PER_ELEMENT property represents the size bytes of each element in an typed array.

TypedArray.BYTES_PER_ELEMENT;

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT

Property.

The TypedArray.BYTES_PER_ELEMENT property represents the size
bytes of each element in an typed array.

`TypedArray.BYTES_PER_ELEMENT;`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close