Open nelsonpecora opened 8 years ago
Maybe for some services but not all. I think there might be some edge cases where calling a web worker for some small task might actually hurt performance more than help.
yep. I think the best use cases are validators (which don't need to talk with the dom) and api calls (the stuff in edit/
though there are some dom things in there right now)