JavaScript Transferable : Object
Transferables are objects that can transferred to a different JavaScript contexts like another Window or Worker. After transferring, the object is no longer available
to the original context. Transferring objects may be less expensive than recreating them in the other context. The
following are Transferables: ArrayBuffer, ImageBitmap, and
MessagePort.
Copyright © PUBLIC Contributors