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