GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.05k stars 9.32k forks source link

core(driver): don't await cleanup in PAGE_HUNG case #15833

Closed paulirish closed 4 months ago

paulirish commented 4 months ago

Also discovered during the targetcrashed journey (#11840)

paulirish commented 4 months ago

make a session.sendCommandAndIgnore or sumthing to do the same?

cool idea. looks like we employ this pattern quite a bit.