ArrayBuffer.prototype.transfer
and friends
Built-ins signatures
class ArrayBuffer {
readonly attribute detached: boolean;
transfer(newLength?: number): ArrayBuffer;
transferToFixedLength(newLength?: number): ArrayBuffer;
}
Entry points
core-js/proposals/array-buffer-transfer