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

- Do not resolve raw headers upon `loadingFinished`, since they may still come later in `responseReceivedExtraInfo`. - Introduce separate promises for `encodedBodySize`, `transferSize` and `responseHeadersSize`. - Make sure we resolve each of them either with data available from the browser, or a fallback calculation. - Set raw response headers for redirects on WebKit. - Do not stall on cached responses in Chromium, they have erroneously set `hasExtraInfo` flag. - Use `transferSize` that is available in Firefox protocol.
playwright-core
This package contains the no-browser flavor of Playwright.