Nodev8Serializer.prototype.transferArrayBuffermethod Serializer.prototype.transferArrayBuffer#Serializer.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 ##id: numberA 32-bit unsigned integer. #arrayBuffer: ArrayBufferAn ArrayBuffer instance. Return Type #void
method Serializer.prototype.transferArrayBuffer#Serializer.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 ##id: numberA 32-bit unsigned integer. #arrayBuffer: ArrayBufferAn ArrayBuffer instance. Return Type #void