How to Improve Frontend Application Performance with Web Workers & TDD

Testing web apps is hard work. You've probably found that even the code environment can be hostile to testing, with windows, documents, event listeners, callbacks, and, to make things even harder, each browser vendor implementing the specs their own way. Fortunately, the frontend ecosystem has evolved...

How to Improve Frontend Application Performance with Web Workers & TDD