🏠 New in Low Baseline Support: Resizable buffers

July 9, 2024

caniuse · mdn · [spec]([‘https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.resizable’, ‘https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.growable’])

The resize() method of an ArrayBuffer and the grow() method of a SharedArrayBuffer, constructed with the maxByteLength option, changes the size of the buffer in place.

Source features