dom 1.0.80Web Browser DOM API
The dom pod provides a framework for interoperating with the browser DOM and related browser APIs. For the most part, these map one-to-one:
Browser Fantom -------------- --------------- Window Win Document Doc Element Elem Event Event XmlHttpRequest HttpReq/HttpRes
Install
To install dom with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install dom with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/ directory.
Use
To use dom in a Fantom project, add a dependency to the project's build.fan:
depends = ["sys 1.0", ..., "dom 1.0.80 - 1.0"]
Documentation
Information
Meta information on the dom pod:
- Published by
- Support
- Organisation
- Fantom
- Pod file size
- 251.62 kB
- Licence
- Academic Free License 3.0
- Built on
- 8th Sep 2023
- Source code
- via Git at https://github.com/fantom-lang/fantom
- Depends on
- concurrent, graphics, sys, web
- Referenced by
- Javascript Compatible
Dependency Graph
Use mouse to re-position pods