We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5375b commit 568faadCopy full SHA for 568faad
1 file changed
site/source/docs/porting/networking.rst
@@ -96,3 +96,9 @@ Direct UDP communication is not available in browsers, but as a close
96
alternative, the WebRTC specification provides a mechanism to perform UDP-like
97
communication with WebRTC Data Channels. Currently Emscripten does not provide a
98
C/C++ API for interacting with WebRTC.
99
+
100
+WebTransport and QUIC
101
+=====================
102
103
+WebTransport may be used to send UDP like datagrams over QUIC.
104
+Currently Emscripten does not provide a C/C++ API for interacting with WebTransport.
0 commit comments