playwright/packages
Max Schmitt c339e1615b
fix(fetch): handle invalid redirect URL (#19890)
Fixes https://github.com/microsoft/playwright/issues/19879.

This part is then similar to how node-fetch is doing it:
55a4870ae5/src/index.js?q=location#L152-L159

node-fetch also throws as of today with this URL. Before in Python it
was stalling, because the error was written to stdout and on Windows the
stdout wasn't working. On Node.js it ended up in an unhandled exception.
2023-01-06 10:22:17 -08:00
..
html-reporter feat(html): display overall duration (#19576) 2022-12-20 14:13:10 -08:00
playwright chore: cut version 1.29 (#19489) 2022-12-15 11:22:35 -08:00
playwright-chromium chore: cut version 1.29 (#19489) 2022-12-15 11:22:35 -08:00
playwright-core fix(fetch): handle invalid redirect URL (#19890) 2023-01-06 10:22:17 -08:00
playwright-ct-react feat(ct): before mount hook wrapper (#18616) 2022-12-27 14:26:17 -08:00
playwright-ct-solid feat(ct): before mount hook wrapper (#18616) 2022-12-27 14:26:17 -08:00
playwright-ct-svelte chore: update to vite 4 (#19690) 2022-12-27 09:14:39 -08:00
playwright-ct-vue chore: update to vite 4 (#19690) 2022-12-27 09:14:39 -08:00
playwright-ct-vue2 chore: update to vite 4 (#19690) 2022-12-27 09:14:39 -08:00
playwright-firefox chore: cut version 1.29 (#19489) 2022-12-15 11:22:35 -08:00
playwright-test fix(reuse): make reuse work with tracing (#19733) 2023-01-05 14:50:47 -08:00
playwright-webkit chore: cut version 1.29 (#19489) 2022-12-15 11:22:35 -08:00
protocol/src feat: introduce locator.viewportRatio (#19761) 2023-01-05 10:49:32 -08:00
recorder chore: recorder button styling (#19231) 2022-12-15 18:35:24 +01:00
trace/src chore: render typed locators in the trace viewer (#18166) 2022-10-18 19:23:40 -07:00
trace-viewer feat(trace viewer): render selectors as locators (#19907) 2023-01-05 16:59:50 -08:00
web fix(html): test and fix reporter timing display (#19670) 2022-12-22 15:57:55 -08:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00