happy-dom
happy-dom copied to clipboard
Browser Support
I have been looking for a DOM library like happy-dom that works (also) on the browser side.
I know happy-dom was made for node.js, so I wonder if someone could advise me on which entrypoints I would have to abstract to make it platform agnostic.
You could try to use browserify.
It would be possible to export a version of Happy DOM without the Node.js dependencies as there aren't that many and they are quite contained.