1.3.1 • Published 3 years ago

mnm-html-dom v1.3.1

Weekly downloads
18
License
ISC
Repository
-
Last release
3 years ago

This module returns an DOM-like object but it doesn't have the functionalities of a real DOM. I had to not include it, 'cause it kind of doesn't make sense using them on the backend. I only intended to use this for mapping out some contents to be saved in the database.

  • this returns a dom object with properties like parentNode, childNodes, nodeType, nodeName, innerHTML, outerHTML,