Web worker experiments (Has Worker)

This page has web worker. See without web worker implementation





Time elapsed in last run: N/A sec

(Clicking this button runs a CPU intensive task off the main thread)

What is this?

Clicking this button run a high CPU intensive task. This implementation is with 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