Searched defs:transferList (Results 1 – 3 of 3) sorted by relevance
12 const transferList = [channel.port1]; variable17 new Worker(`${meowScript}`, { eval: true, workerData, transferList }); field25 const transferList = [channel1.port1, channel2.port1]; variable26 new Worker(`${meowScript}`, { eval: true, workerData, transferList }); field38 transferList: [uint8Array.buffer] property55 transferList: [] property
19 transferList: [handle] property28 transferList: [handle] property
675 #### Considerations when transferring TypedArrays and Buffers723 #### Considerations when cloning objects with prototypes, classes, and accessors