mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
Certain https servers like Microsoft IIS aka. TLS servers do the TLS renegotiation after the TLS handshake. This ends up in two `'secureConnect'` events due to an upstream Node.js bug: https://github.com/nodejs/node/issues/54362 Drive-by: Move other listeners like `'close'` / `'end'` to `once()` as well. Relates https://github.com/microsoft/playwright/issues/32004
playwright-core
This package contains the no-browser flavor of Playwright.