Node.js Version
I'm testing on v26.0.0-pre, https://github.com/nodejs/node/tree/60f19bc0894eb20f9e525c27b561ef322039382a , but any that has quic.
NPM Version
This does not include NPM.
Operating System
I'm testing on ubuntu 24.04, but any.
Subsystem
Other
Description
I found a file called http3.cc, but after building node with --experimental-quic, I can't find documentation for http3. There is no http3 library like there is http2, and the quic documentation doesn't mention http3.
Minimal Reproduction
- Open the documentation on github.
- Try to find http3 documentation, but fail.
Output
There's no http3 documentation, even for --experimental-quic"-built" binaries.
Before You Submit
Node.js Version
I'm testing on v26.0.0-pre, https://github.com/nodejs/node/tree/60f19bc0894eb20f9e525c27b561ef322039382a , but any that has quic.
NPM Version
This does not include NPM.
Operating System
I'm testing on ubuntu 24.04, but any.
Subsystem
Other
Description
I found a file called http3.cc, but after building node with --experimental-quic, I can't find documentation for http3. There is no http3 library like there is http2, and the quic documentation doesn't mention http3.
Minimal Reproduction
Output
There's no http3 documentation, even for --experimental-quic"-built" binaries.
Before You Submit