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
[info] compiling 53Scala sources to /Users/rwhite/projects/scala-js-dom/target/scala-3.0.0-RC1/classes ...
[error] --Error:/Users/rwhite/projects/scala-js-dom/src/main/scala/org/scalajs/dom/experimental/sharedworkers/SharedWorker.scala:33:65
[error] 33|classSharedWorker(stringUrl: String, name: js.UndefOr[String] = js.native)
[error] |^^^^^^^^^
[error] | js.native may only be used asstub implementation in facade types
[error] one error [found](url)
[error] one error found
[error] (Compile/ compileIncremental) Compilation failed
3.0.0-RC1
Minimized code
Output
Expectation
This should compile without error.
See [https://github.com/scala-js/scala-js-dom/pull/446]
The text was updated successfully, but these errors were encountered: