v10.2.2
·
7 commits
to main
since this release
Fixed
- Fixed "Fetch failed: Invalid URL" error when using agentOptions by ensuring request creation
consistently uses undici.Request together with undici.fetch when the undici-based
dispatcher is active. This avoids invalid URL errors caused by mixing globalThis.Request
with undici request implementations.