dom
Pod fandoc chapter
The DataTransfer object is used to hold the data that is being dragged during a drag and drop operation
Doc models the DOM document object
DomCoord models a DOM Coordinate object
DomFile models a DOM File object
Elem models a DOM element object
Event models the DOM event object
HttpReq models the request side of an XMLHttpRequest instance
HttpRes models the response side of an XMLHttpRequest instance
HttpSocket implements an async WebSocket client
Key models a key code
KeyFrame defines a frame of a CSS animation
KeyFrames defines a CSS animation from a list of KeyFrames
MutationObserver invokes a callback when DOM modifications occur
MutationRec represents an individual DOM mutation
ResizeObserver invokes a callback when Elem size is changed
ResizeObserverEntry models a resize event for ResizeObserver
Storage models a DOM Storage
Style models CSS style properties for an Elem
SVG (Scalar Vector Graphics) utilities
WeakMap is a collection of key/value pairs in which the keys are weakly referenced
Win models the DOM window object