We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6669a commit 1496242Copy full SHA for 1496242
src/main/scala/org/scalajs/dom/package.scala
@@ -219,5 +219,5 @@ package object dom {
219
lazy val window: Window = js.Dynamic.global.window.asInstanceOf[Window]
220
lazy val document: html.Document = window.document
221
222
- lazy val console: Console = window.console
+ lazy val console: Console = js.Dynamic.global.console.asInstanceOf[Console] // #411
223
}
0 commit comments