This example processes an array of inputs using a web worker. The page remains responsive because the processing happens in a separate thread. However, the page only shows the results after the entire array has been processed.

JANK METER