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
We've got commented out a type named Acceptable, which encompasses all values that can be send via parentPort.postMessage and worker.postMessage without hitting a runtime error. Instead of any, this type should be used instead for the sendMessage and onMessage methods on various implementations.