Is QuicTransport obsolete?

67 views
Skip to first unread message

guest271314

unread,
Nov 22, 2020, 10:04:11 AM11/22/20
to web-transport-dev
Is QuicTransport obsolete per https://github.com/GoogleChrome/web.dev/pull/4208 ?

Luke Curley

unread,
Nov 23, 2020, 3:20:11 PM11/23/20
to guest271314, web-transport-dev
There is a different constructor, but the functionality and underlying transport is the exact same.

old:
new QuicTransport("quic-transport://host/path")

new:
new WebTransport("quic-transport://host/path")

On Sun, Nov 22, 2020 at 7:04 AM guest271314 <guest...@gmail.com> wrote:
Is QuicTransport obsolete per https://github.com/GoogleChrome/web.dev/pull/4208 ?

--
You received this message because you are subscribed to the Google Groups "web-transport-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web-transport-...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/web-transport-dev/1c5261fc-3fae-40fa-bded-696596c8e6ban%40chromium.org.

guest271314

unread,
Nov 23, 2020, 8:17:10 PM11/23/20
to Luke Curley, web-transport-dev
Not exactly the same. Had I not been actively experimenting with this API I would not have known by reading only Chrome samples repository. I do not know Python, have not tried before this except for once or twice. When I run the same shell script at the terminal I get the correct result each time. Running the code through WebTransport does not produce the same result. If we did not have to run a server, rather direct executable permission on the local machine, that would eliminate the need to start a php or Python server to test, a modern version of Native Messaging. Nonetheless this API is something like what I was trying to describe at https://bugs.chromium.org/p/chromium/issues/detail?id=1115640, before I know this API existed. It would be interesting to be able to run JavaScript locally, or even a browser instance that runs JavaScript, as the server. 


const reader = transport.receiveStreams().getReader();
https://github.com/WebAudio/web-audio-api-v2/issues/89#issuecomment-732514357   

      const reader = transport.incomingUnidirectionalStreams.getReader();



Yutaka Hirano

unread,
Nov 24, 2020, 2:35:35 AM11/24/20
to guest271314, Luke Curley, web-transport-dev
Reply all
Reply to author
Forward
0 new messages