ArrayBuffer.prototype.transfer and friends

Specification
Proposal repo

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