Liking cljdoc? Tell your friends :D

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

byte-lengthcljs

(byte-length this)

Property.

The byteLength accessor property represents the length of an in bytes.

arraybuffer.byteLength

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

Property.

The byteLength accessor property represents the length of an
in bytes.

`arraybuffer.byteLength`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/byteLength`
sourceraw 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`
sourceraw docstring

lengthcljs

(length this)

Property.

The ArrayBuffer constructor's length property whose value is

Property.

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

prototypecljs

(prototype this)

Property.

The ArrayBuffer.prototype property represents the prototype for js.ArrayBuffer object.

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

Property.

The ArrayBuffer.prototype property represents the prototype for
`js.ArrayBuffer` object.

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

set-byte-length!cljs

(set-byte-length! this val)

Property.

The byteLength accessor property represents the length of an in bytes.

arraybuffer.byteLength

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

Property.

The byteLength accessor property represents the length of an
in bytes.

`arraybuffer.byteLength`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/byteLength`
sourceraw 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
sourceraw docstring

set-prototype!cljs

(set-prototype! this val)

Property.

The ArrayBuffer.prototype property represents the prototype for js.ArrayBuffer object.

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

Property.

The ArrayBuffer.prototype property represents the prototype for
`js.ArrayBuffer` object.

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

slicecljs

(slice this & args)

Method.

The slice() method returns a new ArrayBuffer whose contents are copy of this ArrayBuffer's bytes from begin, inclusive, up to exclusive.

arraybuffer.slice(begin[, end])

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

Method.

The slice() method returns a new ArrayBuffer whose contents are
copy of this ArrayBuffer's bytes from begin, inclusive, up to
exclusive.

`arraybuffer.slice(begin[, end])`

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

transfercljs

(transfer this & args)

Method.

[Experimental]

The static ArrayBuffer.transfer() method returns a new ArrayBuffer contents have been taken from the oldBuffer's data and then is truncated or zero-extended by newByteLength. If newByteLength undefined, the byteLength of the oldBuffer is used. This operation oldBuffer in a detached state.

ArrayBuffer.transfer(oldBuffer [, newByteLength]);

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

Method.

[Experimental]

The static ArrayBuffer.transfer() method returns a new ArrayBuffer
contents have been taken from the oldBuffer's data and then is
truncated or zero-extended by newByteLength. If newByteLength
undefined, the byteLength of the oldBuffer is used. This operation
oldBuffer in a detached state.

`ArrayBuffer.transfer(oldBuffer [, newByteLength]);`

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

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

× close