Results 47 issues of Khafra
trafficstars

This commit adds an option bag to the WebSocket constructor that allows settings the protocols. This will bring interop between browsers and server environments that already implement this (Bun and...

it has been failing consistently, ie https://github.com/nodejs/undici/actions/runs/11329027907/job/31503604247?pr=3423

bug

The [web cache](https://github.com/nodejs/undici/tree/main/lib/web/cache) api that builds off of fetch primitives would massively benefit from persistent storage. In the past we've discussed caching via files on device, but I think either...

enhancement

Currently, undici implements its own WPT runner. Like Deno, we should try to run the WPT one directly. https://web-platform-tests.org/running-tests/index.html https://github.com/denoland/deno/tree/main/tests/wpt

enhancement
fetch

[@babel/runtime](https://www.npmjs.com/package/%40babel%2Fruntime) and [@babel/runtime-corejs3](https://www.npmjs.com/package/%40babel%2Fruntime-corejs3) are both marked as dependencies, they should be moved to devdependencies

I am not good at c++

## Bug Description Using a global FormData with undici.request causes a `TypeError: Cannot read properties of null (reading 'byteLength')` "I found that this is the case because util.isFormDataLike() is true...

bug