scala-js/scala-js-dom

SharedWorker onconnect has wrong type

japgolly opened this issue · 0 comments

onconnect is currently defined as being a Scala function instead of a JS function, which is basically the equivalent of

onconnect = {}

which doesn't work.