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