ArrayBuffer
external class ArrayBuffer(val byteLength: Int, options: ArrayBufferOptions? = definedExternally) : ArrayBufferLike, BufferSource, Transferable(source)
Properties
Functions
Link copied to clipboard
Returns a section of an ArrayBuffer.
Link copied to clipboard
Creates a new ArrayBuffer with the same byte content as this buffer, then detaches this buffer.
Link copied to clipboard
Creates a new non-resizable ArrayBuffer with the same byte content as this buffer, then detaches this buffer.