playwright/packages/playwright-core
Dmitry Gozman 875ce1cf09
fix(chromium): use blockedReason as failure reason when available (#29849)
This covers blocked requests, e.g. mixed-content, that receive
`loadingFailed` with empty `errorText`.

Also, forcefully resolve `allHeaders()` in this case, since we know
there will be no actual network headers.

Fixes #29833.
2024-03-07 14:07:04 -08:00
..
2024-03-02 07:32:44 -08:00
2024-02-26 16:45:25 -08:00

playwright-core

This package contains the no-browser flavor of Playwright.