react-magic
react-magic copied to clipboard
Feature Request : Make this work in a web worker
The library depends on the DOM for just escaping special characters. It can be done separately. This will help to run it in the worker.
The library depends on the DOM for just escaping special characters.
Not just that, it also walks the DOM as a means of parsing the HTML. You might be able to use jsdom within a web worker.