Can this webtransport server communicate with frontend JS #1
Unanswered
dddanielliu
asked this question in
Q&A
Replies: 1 comment
|
No it can't for some reason, I ran into the same issue. It works with its own client but it doesn't seem like the maintainer has actually tested this server with a real browser, so the interoperability promises are not fulfilled. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Can this webtransport server communicate with the WebTransport API from browser?
https://github.com/w3c/webtransport/tree/main/samples/echo
client.cssclient.jsindex.htmlclient code to play with webtransport echo server from w3c.
I currently tested and the result is negative:
Connection failed. WebTransportError: Opening handshake failed.All reactions