Support BYOB(bring-your-own-buffer) readers for WebTransport to allow reading into a developer-supplied buffer. BYOB readers can minimize buffer copies, as well as reduce memory allocations.
BYOB readers for WebTransport allow more precise memory allocation, minimize buffer copies, and reduce memory allocations.
Samples: https://webrtc.internaut.com/wc/wtSender4
Explainers: https://github.com/w3c/webtransport/issues/35