Liking cljdoc? Tell your friends :D
ClojureScript only.

js.SharedArrayBuffer

The SharedArrayBuffer object is used to represent a generic, raw binary data buffer, similar to the js.ArrayBuffer object, in a way that they can be used to create views on shared memory. an ArrayBuffer, a SharedArrayBuffer cannot become detached.

The SharedArrayBuffer object is used to represent a generic,
raw binary data buffer, similar to the `js.ArrayBuffer` object,
in a way that they can be used to create views on shared memory.
an ArrayBuffer, a SharedArrayBuffer cannot become detached.
raw docstring

lengthcljs

(length this)

Property.

The SharedArrayBuffer constructor's length property whose value 1.

Property.

The SharedArrayBuffer constructor's length property whose value
1.
raw docstring

set-length!cljs

(set-length! this val)

Property.

The SharedArrayBuffer constructor's length property whose value 1.

Property.

The SharedArrayBuffer constructor's length property whose value
1.
raw docstring

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

× close