Clicking this button run a high CPU intensive task in the main thread. This implementation is without using web worker. This is to show the difference in UX between with and without using web workers. The above button will run the following function.
See code github.com/vajahath/.../web-worker