Uint8Array
open external class Uint8Array(val buffer: ArrayBufferLike, val byteOffset: Int = definedExternally, val length: Int = definedExternally) : TypedArray<Uint8Array, Byte> (source)
Constructors
Link copied to clipboard
constructor()
constructor(buffer: ArrayBufferLike, byteOffset: Int = definedExternally, length: Int = definedExternally)
Properties
Functions
Link copied to clipboard
Returns the this object after copying a section of the array identified by start and end to the same array starting at position target
Link copied to clipboard
Returns the elements of an array that meet the condition specified in a callback function.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the index of the last occurrence of a value in an array.
Link copied to clipboard
Calls a defined callback function on each element of an array, and returns an array that contains the results.
Link copied to clipboard
Reverses the elements in an Array.
Link copied to clipboard
Returns a section of an array.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts a number to a string by using the current locale.
Link copied to clipboard
Link copied to clipboard
Returns the primitive value of the specified object.
Link copied to clipboard