ArrayBufferLike

sealed external interface ArrayBufferLike(source)

Inheritors

Properties

Link copied to clipboard
abstract val byteLength: Int

Functions

Link copied to clipboard
abstract fun slice(begin: Int, end: Int = definedExternally): ArrayBufferLike