mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 22:22:53 +03:00
92eb8e5090
This wraps happy eyeballs in two places, the place where we make the JSON request to Chromium and the actual CDP WebSocket request. It required changes inside our happy eyeballs implementation since the [websocket library does not set](https://github.com/websockets/ws/blob/master/lib/websocket.js#L714) the `clientRequestOptions.hostname` field, it just sets the `host` field where we then fall back to when its not set. This test would pass before Node.js 18 and fail after Node.js 18 without my changes. Fixes https://github.com/microsoft/playwright/issues/20364 |
||
---|---|---|
.. | ||
oopif.spec.ts-snapshots | ||
chromium.spec.ts | ||
css-coverage.spec.ts | ||
js-coverage.spec.ts | ||
launcher.spec.ts | ||
oopif.spec.ts | ||
session.spec.ts | ||
tracing.spec.ts |