Comment by keepamovin
17 hours ago
Is quic related to the Chrome implemented WebTransport? Seems pretty cool to have that in browser API.
17 hours ago
Is quic related to the Chrome implemented WebTransport? Seems pretty cool to have that in browser API.
Now that's an interesting, and wild, idea.
I don't believe you could implement RFC 9484 directly in the browser (missing capsule apis would make upgrading the connection not possible). Though WebTransport does support datagrams so you could very well implement something custom.