Registry / other / scalajs-dom-sjs0-6-2-13

scalajs-dom-sjs0-6-2-13

JSON →
library1.2.0javamavenunverified

Scala.js DOM provides Scala.js bindings for the browser DOM API, enabling type-safe manipulation of web pages.

<dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-dom_sjs0.6_2.13</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALAJS-DOM-SJS0-6
S
scalajs-dom-sjs0-6-2-13
otherjavav1.2.0
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

Creates a div element and appends it to the document body.

import org.scalajs.dom.document object Example { def main(args: Array[String]): Unit = { val div = document.createElement("div") div.textContent = "Hello, Scala.js!" document.body.appendChild(div) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scalajs-dom-sjs0-6-2-13 — mvn dependency:get scalajs-dom-sjs0-6-2-13 · libregistry