Registry / other / scalajs-dom-sjs1-2-12

scalajs-dom-sjs1-2-12

JSON →
library2.8.1javamavenunverified

Scala.js DOM provides Scala.js bindings for the browser DOM API.

<dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-dom_sjs1_2.12</artifactId> <version>2.8.1</version> </dependency>
INSTALL
IMPORT
SIG · SCALAJS-DOM-SJS1-2
S
scalajs-dom-sjs1-2-12
otherjavav2.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

document
org.scalajs.dom.document

Demonstrates accessing the document title using Scala.js DOM.

import org.scalajs.dom.document object Example { def main(args: Array[String]): Unit = { println(document.title) } }
Debug
Known issues
breakingVersion 2.x has breaking changes from 1.x; check migration guide.
fix
Review Scala.js DOM 2.x migration notes and update code accordingly.
affects: >=2.0.0
Upgrade
Version history
2.8.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scalajs-dom-sjs1-2-12 — mvn dependency:get scalajs-dom-sjs1-2-12 · libregistry