You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing workerData: Tinypool.move(data) is not supported, even though new Worker has a transferList option.
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.
The text was updated successfully, but these errors were encountered:
Two feature requests here:
Passing
workerData: Tinypool.move(data)
is not supported, even thoughnew Worker
has atransferList
option.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 theworkerData
option.The text was updated successfully, but these errors were encountered: