playwright/packages
Jinoh Kang 4a4018bbfe fix(connect): disable context takeover in websocket transport
The `threshold` option in `perMessageDeflate` is ignored due to context
takeover being enabled. This leads to WebSocket RPC messages being
unconditionally compressed.

Most RPC channel messages are small, and unconditionally performing
message compression has measurable performance impact.

Disable context takeover (for both server and client) to let compression
threshold option to take effect.
2024-12-06 15:44:56 +09:00
..
html-reporter chore(html): hmr report should survive reload (#33696) 2024-11-20 16:35:39 +01:00
playwright docs: locale defaults to en-us (#33840) 2024-12-05 15:44:41 -08:00
playwright-browser-chromium chore: update headless shell treatment (#33603) 2024-11-14 04:20:44 -08:00
playwright-browser-firefox chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-browser-webkit chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-chromium chore: update headless shell treatment (#33603) 2024-11-14 04:20:44 -08:00
playwright-core fix(connect): disable context takeover in websocket transport 2024-12-06 15:44:56 +09:00
playwright-ct-core chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-react chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-react17 chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-svelte chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-vue fix(ct-vue): Upgrade plugin-vue to be compatible with Vite 5 (#33758) 2024-11-26 17:42:36 +01:00
playwright-firefox chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-test chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-webkit chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
protocol/src chore: allow highlighting aria template from extension (#33594) 2024-11-13 21:33:38 -08:00
recorder chore: add cm placeholder text (#33635) 2024-11-15 16:19:35 -08:00
trace/src fix(tracing): use page swap timestamp to find closest screenshot (#32512) 2024-09-10 14:32:33 +02:00
trace-viewer feat(trace): preserve the open state of popovers (#33728) 2024-11-22 09:35:19 -08:00
web fix(trace): in indexTree check isVisible before adding to result (#33797) 2024-11-28 14:04:34 +01:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00