tinypool icon indicating copy to clipboard operation
tinypool copied to clipboard

Support movables in `workerData` option

Open aleclarson opened this issue 3 years ago • 1 comments

Two feature requests here:

  1. Passing workerData: Tinypool.move(data) is not supported, even though new Worker has a transferList option.

  2. If workerData is a plain object, Tinypool should iterate its property values to see if any of them are movable, thereby allowing multiple movables to be passed through the workerData option.

aleclarson avatar Mar 18 '22 22:03 aleclarson

@aleclarson is this feature request still valid? It seems 2 years old by now.

AriPerkkio avatar May 11 '24 08:05 AriPerkkio