node icon indicating copy to clipboard operation
node copied to clipboard

quic: start adding in the internal quic js api

Open jasnell opened this issue 9 months ago • 10 comments

While the external API for QUIC is expected to be the WebTransport API primarily, this provides the internal API for QUIC that aligns with the native C++ QUIC components. This is the first of several PRs that will fill out this part of the implementation. The goal of doing this incrementally is to make things easier to review by doing it in smaller chunks

jasnell avatar Jun 02 '24 03:06 jasnell