Liking cljdoc? Tell your friends :D
ClojureScript only.

js.ArrayBuffer

The ArrayBuffer object is used to represent a generic, fixed-length binary data buffer.

The ArrayBuffer object is used to represent a generic, fixed-length
binary data buffer.
raw docstring

is-viewcljs

(is-view this arg)

Method.

The ArrayBuffer.isView() method returns true if arg is one of ArrayBuffer views, such as typed array objects or a js.DataView; otherwise.

ArrayBuffer.isView(arg)

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView

Method.

The ArrayBuffer.isView() method returns true if arg is one of
ArrayBuffer views, such as typed array objects or a `js.DataView`;
otherwise.

`ArrayBuffer.isView(arg)`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView`
raw docstring

lengthcljs

(length this)

Property.

The ArrayBuffer constructor's length property whose value is

Property.

The ArrayBuffer constructor's length property whose value is
raw docstring

set-length!cljs

(set-length! this val)

Property.

The ArrayBuffer constructor's length property whose value is

Property.

The ArrayBuffer constructor's length property whose value is
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close