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

Upon calling `browser.close()` or dropping remote connection, make sure to reject api calls before resolving `browser.close()` and firing a `disconnected` event. This change aligns the order guarantee with non-remote case.