mnm-html-dom
v1.3.1
Published
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
Downloads
4
Readme
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,