Registry / web-framework / elemental2-dom

elemental2-dom

JSON →
library1.3.2javamavenunverified

Thin Java abstractions for native browser DOM APIs, enabling GWT and J2CL development.

<dependency> <groupId>com.google.elemental2</groupId> <artifactId>elemental2-dom</artifactId> <version>1.3.2</version> </dependency>
INSTALL
IMPORT
SIG · ELEMENTAL2-DOM
E
elemental2-dom
web-frameworkjavav1.3.2
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
elemental2.dom.Document

Access the browser's document object using Elemental2.

import elemental2.dom.Document; import elemental2.dom.DomGlobal; public class Example { public static void main(String[] args) { Document doc = DomGlobal.document; System.out.println(doc.title); } }
Debug
Known issues
breakingElemental2 requires GWT or J2CL; not usable in standard JVM applications.
fix
Ensure your project targets a browser environment.
affects: >=1.0.0
Upgrade
Version history
1.3.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
elemental2-dom — mvn dependency:get elemental2-dom · libregistry