I am using a library in node that is actually made to run in a browser. I modified the library that the last component uses MutationObserver which is not defined in node.
Is there a polyfill which I can use as a replacement in node? I found a project like mutation-observer but this also requires window, therefore it is rather a polyfill for older browsers
Thanks a lot!