SharedArrayBuffer
Properties
[toStringTag]
"SharedArrayBuffer"RequiredbyteLength
numberRequiredRead-only. The length of the ArrayBuffer (in bytes).
Methods
slice
**slice**(begin, end?): [SharedArrayBuffer](/references/services/#sharedarraybuffer)
Returns a section of an SharedArrayBuffer.
Parameters
begin
numberRequiredend
numberReturns
Was this section helpful?