mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
- When disposing recursively, only the root dispatcher received `_dispose()` call, while some dispatchers need `_onDispose()` to clean things up. - When reusing the context, pages should be notified with `_onClose()` so that all client-side waiting promises could reject. Fixes #19216.