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.
(length this)
Property.
The SharedArrayBuffer constructor's length property whose value 1.
Property. The SharedArrayBuffer constructor's length property whose value 1.
(set-length! this val)
Property.
The SharedArrayBuffer constructor's length property whose value 1.
Property. The SharedArrayBuffer constructor's length property whose value 1.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |