domino

JSON →
library 2.1.4 ·javascript
verified Jun 4, 2026

Server-side DOM implementation based on Mozilla's dom.js. Stable version 2.1.4, released 2023. Fork of fgnass/domino optimized for minification and SVG CSS attribute support. Designed for building pages rather than scraping, it sticks to DOM Level 4 and does not execute scripts or download external resources. It is faster than jsdom for basic DOM manipulation and does not use ES6 proxies, making it compatible with older Node versions.