method Serializer.prototype.transferArrayBuffer
Jump to headingSerializer.prototype.transferArrayBuffer(id: number,arrayBuffer: ArrayBuffer,): voidMarks an ArrayBuffer as having its contents transferred out of band.
Pass the corresponding ArrayBuffer in the deserializing context to deserializer.transferArrayBuffer().
Parameters Jump to heading
Jump to headingid: numberA 32-bit unsigned integer.
Jump to headingarrayBuffer: ArrayBufferAn ArrayBuffer instance.
Return Type Jump to heading
void