Back to Lighthouse

Lighthouse Worker Hang Repro

third-party/devtools-tests/e2e/resources/lighthouse/busy-worker.html

13.4.1455 B
Original Source

Lighthouse Worker Hang Repro

This page spawns a Web Worker that immediately enters an infinite, synchronous loop.

Before the fix, running a Lighthouse report on this page would cause DevTools to hang during the cleanup phase because it would wait indefinitely for the frozen worker target to respond to a CDP resume command.

Context: https://github.com/GoogleChrome/lighthouse/issues/13613