Re: [w3ctag/design-reviews] WebTransport (#389)

@cynthia The WebTransport constructor was modeled after the [WebSockets constructor](https://html.spec.whatwg.org/multipage/web-sockets.html#dom-websocket) which also immediately establishes a connection.

To address the port-scanning issue we could prevent WebTransport from connecting to ports on the ["bad ports" list](https://fetch.spec.whatwg.org/#port-blocking).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/389#issuecomment-594301254

Received on Wednesday, 4 March 2020 03:07:47 UTC