Results 47 issues of Khafra

Fixes https://github.com/nodejs/node/issues/51767

worker
needs-ci

Fixes #51001 undici will already work once this change lands.

author ready
needs-ci

https://whatpr.org/websockets/48/7b748d3...7b81f79.html#the-websocketstream-interface Now that the spec has been written, it's time to add it. ```mjs const ws = new WebSocketStream(`wss://my.websocket.server`) ws.opened.then((init) => { const writer = init.writable.getWriter() writer.ready.then(() => writer.write(Buffer.from([65, 66,...

semver-major

Relies on https://github.com/nodejs/node/issues/48412

enhancement

Should undici throw an error when sending a FormData body, either via request or fetch, when providing a content-type header? The following will "work", but will cause the server to...

is it possible to change the width of the line when using Renderer3d.renderOutline?

### Search before asking - [X] I searched in the [issues](https://github.com/Brooooooklyn/Image/issues) and found nothing similar. ### Motivation Being able to set an image's alpha value (to make it partially transparent)...

enhancement

Updates undici to v6.15.0 by running tools/dep_updaters/update-undici.sh and fixes test failures.

needs-ci
dependencies