BufferSource(ArrayBuffer)

package js.lib

from ArrayBuffer, to ArrayBuffer

Available on js

BufferSource is a typedef used to represent objects that are either themselves an ArrayBuffer, or which are a TypedArray providing an ArrayBufferView.

This is a helper type to simplify the specification. It isn't an interface and there are no objects implementing it.

Documentation BufferSource by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Static methods

staticinlinefromBufferView(view:ArrayBufferView):BufferSource

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/BufferSource.html