Uint8ArrayConstructor

external interface Uint8ArrayConstructor : JsAny

Properties

Link copied to clipboard
Link copied to clipboard
abstract var prototype: Uint8Array

Functions

Link copied to clipboard
abstract fun from(arrayLike: ArrayLike<JsNumber>): Uint8Array
abstract fun <T : JsAny> from(arrayLike: ArrayLike<T>, mapfn: (v: T, k: JsNumber) -> JsNumber, thisArg: JsAny? = definedExternally): Uint8Array
Link copied to clipboard
abstract fun of(vararg items: JsNumber): Uint8Array