Read-only. The length of the SharedArrayBuffer (in bytes).
Returns true if this SharedArrayBuffer can be grown.
If this SharedArrayBuffer is growable, returns the maximum byte length given during construction; returns the byte length if not.
Grows the SharedArrayBuffer to the specified size (in bytes).
Returns a section of an SharedArrayBuffer.