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
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.
The text was updated successfully, but these errors were encountered:
ochrons
changed the title
Worker.postMessage's second parameter type should be Transferlist
Worker.postMessage's second parameter type should be array of Transferables
Jul 30, 2016
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 theWorker
trait.The text was updated successfully, but these errors were encountered: