How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
This is a vanilla JavaScript DOM manipulation library that provides a collection of native methods for selecting, creating, and modifying HTML DOM elements without any framework dependencies. It operates directly on the live DOM tree using imperative JavaScript calls, wrapping standard browser DOM APIs into reusable utility functions. The library covers the full spectrum of DOM operations including element selection, creation, removal, content and attribute management, event handling, style and class manipulation, and DOM traversal. It includes approaches for cross-browser DOM compatibility,
A full-featured polyfill for customized built-in elements
Web Components Polyfills
The main features of webcomponents/polyfills are: Polyfills, Polyfills and Shims.
Projects with overlapping indexed features include: phuocng/html-dom — This is a vanilla JavaScript DOM manipulation library that provides a collection of native methods for selecting,… elisnow/blitz-collections. eriwen/es6-map-shim. corpusculejs/custom-builtin-elements — A full-featured polyfill for customized built-in elements. inexorabletash/polyfill — JavaScript Polyfills, Shims and More. benvie/harmony-collections.