You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the team discussion: we should support http2 in the fetch API, and also include some headers supplied by the network stack in Chromium when doing route.fetch().
mxschmitt
changed the title
[Bug]: !!!🪲🪲🪲🪲🪲🪲
[Bug]: Support http2 for APIRequestContext/Fetch
Jul 22, 2024
Ideally we migrate to Node.js fetch internally which depends on nodejs/node#43187 and nodejs/undici#2224. This would simplify a lot. Keep supporting https/socks proxies when using a manual http2.connect() requires rewriting the proxy logic, since http2 doesn't support the http.Agent interface.
Marking it as a feature request for now to collect feedback / to see the demand for it.
Version
1.45.2
Steps to reproduce
I have discovered an issue where the first code, but the second one does not. Please advise on how to proceed as I wish to use route.fulfill().
one:
two
Expected behavior
open page
Actual behavior
can`t open
Additional context
No response
Environment
System: OS: macOS 14.5 CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz Memory: 58.00 MB / 16.00 GB Binaries: Node: 20.15.0 - /usr/local/bin/node npm: 10.7.0 - /usr/local/bin/npm IDEs: VSCode: 1.91.1 - /usr/local/bin/code Languages: Bash: 3.2.57 - /bin/bash npmPackages: playwright: ^1.45.2 => 1.45.2
The text was updated successfully, but these errors were encountered: