Closed
Description
As stated in https://developer.mozilla.org/en-US/docs/Web/API/Worker/postMessage
Right now the parameter type is js.Any
which of course works, but is not type safe.
The parameter type is correct in DedicatedWorkerGlobalScope.postMessage
but I suppose it has not been updated to the Worker
trait.