mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
If request gets cancelled by the page before we fulfill it, we receive `loadingFailed` event. In that case we'll ignore interception error if any, otherwise the error will be propagated to the caller. Fixes https://github.com/microsoft/playwright/issues/28490
playwright-core
This package contains the no-browser flavor of Playwright.