method Serializer.prototype.transferArrayBufferSerializer.prototype.transferArrayBuffer(id: number,arrayBuffer: ArrayBuffer,): voidDeprecatedMarks an ArrayBuffer as having its contents transferred out of band. Pass the corresponding ArrayBuffer in the deserializing context to deserializer.transferArrayBuffer(). Parametersid: numberA 32-bit unsigned integer. arrayBuffer: ArrayBufferAn ArrayBuffer instance. Return Typevoid