SharedArrayBuffer
Properties
[toStringTag]
"SharedArrayBuffer"RequiredbyteLength
numberRequiredRead-only. The length of the ArrayBuffer (in bytes).
Methods
slice
Returns a section of an SharedArrayBuffer.
Parameters
begin
numberRequiredend
numberReturns
Was this section helpful?