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).

Learning resources on MDN

Browser support