mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Using WebProgressListener events works in all cases. Currently used `pageshow` event will stop being emitted in future when loading was stopped with `window.stop()` api. References #3995