Web worker experiments (No Worker)

This page has no web worker. See web worker implementation





Time elapsed in last run: N/A sec

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

What is this?

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