Normalizing the DOM across all modern browsers.
The DOM-shim offers you a fully compliant, normalized DOM in all browsers
- DOM4 Node interface completely shimmed
- DOM4 DOMException interface completely shimmed
- DOM4 EventTarget interface completely shimmed
Use .addEventListener
, .contains
, .textContent
, etc. today.