Transferable objects are JavaScript objects that can be transferred from one context to another without copying the underlying data.
- WhatWG specification: Transferable objects
- MDN: Transferable
- HTML5 Rocks: Transferable Objects: Lightning Fast!
Transferable objects are JavaScript objects that can be transferred from one context to another without copying the underlying data.