Web features explorer

Transferable ArrayBuffer

Newly available since 2024-03-05
Tags: javascript

The transfer() and transferToFixedLength() methods of ArrayBuffer move a buffer from one context to another (for example, to a worker). To learn more, see ArrayBuffer.prototype.detached, ArrayBuffer.prototype.transfer(), ArrayBuffer.prototype.transferToFixedLength() at MDN.

Compatibility