44[ ![ Build Status] ( https://travis-ci.org/purescript-contrib/purescript-dom.svg?branch=master )] ( https://travis-ci.org/purescript-contrib/purescript-dom )
55[ ![ Maintainer: garyb] ( https://img.shields.io/badge/maintainer-garyb-lightgrey.svg )] ( http://github.com/garyb )
66
7- Type definitions and standard effect for interacting with the DOM.
7+ Type definitions, low level interface implementations, and standard effect type used while interacting with the DOM.
88
99## Installation
1010
@@ -15,5 +15,24 @@ bower install purescript-dom
1515## Module documentation
1616
1717- [ DOM] ( docs/DOM.md )
18- - [ DOM.File] ( docs/DOM/File.md )
19- - [ DOM.XHR] ( docs/DOM/XHR.md )
18+ - [ DOM.Event.Event] ( docs/DOM/Event/Event.md )
19+ - [ DOM.Event.EventPhase] ( docs/DOM/Event/EventPhase.md )
20+ - [ DOM.Event.EventTarget] ( docs/DOM/Event/EventTarget.md )
21+ - [ DOM.File.Types] ( docs/DOM/File/Types.md )
22+ - [ DOM.HTML] ( docs/DOM/HTML.md )
23+ - [ DOM.HTML.Document] ( docs/DOM/HTML/Document.md )
24+ - [ DOM.HTML.Types] ( docs/DOM/HTML/Types.md )
25+ - [ DOM.HTML.Window] ( docs/DOM/HTML/Window.md )
26+ - [ DOM.Node.ChildNode] ( docs/DOM/Node/ChildNode.md )
27+ - [ DOM.Node.Document] ( docs/DOM/Node/Document.md )
28+ - [ DOM.Node.DocumentType] ( docs/DOM/Node/DocumentType.md )
29+ - [ DOM.Node.Element] ( docs/DOM/Node/Element.md )
30+ - [ DOM.Node.HTMLCollection] ( docs/DOM/Node/HTMLCollection.md )
31+ - [ DOM.Node.Node] ( docs/DOM/Node/Node.md )
32+ - [ DOM.Node.NodeList] ( docs/DOM/Node/NodeList.md )
33+ - [ DOM.Node.NodeType] ( docs/DOM/Node/NodeType.md )
34+ - [ DOM.Node.NonDocumentTypeChildNode] ( docs/DOM/Node/NonDocumentTypeChildNode.md )
35+ - [ DOM.Node.NonElementParentNode] ( docs/DOM/Node/NonElementParentNode.md )
36+ - [ DOM.Node.ParentNode] ( docs/DOM/Node/ParentNode.md )
37+ - [ DOM.Node.Types] ( docs/DOM/Node/Types.md )
38+ - [ DOM.XHR.Types] ( docs/DOM/XHR/Types.md )
0 commit comments