UNPKG

happy-dom

Version:

Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.

9 lines (8 loc) 268 B
export default { html: 'http://www.w3.org/1999/xhtml', svg: 'http://www.w3.org/2000/svg', mathML: 'http://www.w3.org/1998/Math/MathML', xml: 'http://www.w3.org/XML/1998/namespace', xlink: 'http://www.w3.org/1999/xlink', xmlns: 'http://www.w3.org/2000/xmlns/' };