| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-30 | 324 Bytes | |
| v10.2.2 source code.tar.gz | 2026-01-30 | 184.5 kB | |
| v10.2.2 source code.zip | 2026-01-30 | 226.3 kB | |
| Totals: 3 Items | 411.2 kB | 0 | |
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.