I added a receiver.ontransport to handle in coming transports.
I decided to make the LP2PConnection optional to establish a LP2PQuicTransport. Instead this is now done from the Request/Receiver. Naturally, all permission/authentication/grant steps remain relevant. However, this reduces boilerplate code when you're only interested in establishing a LP2PQuicTransport.
I removed the start() method of the LP2PQuicTransport to be more inline with the WebTransport interface design.
This PR expands the LP2PQuicTransport support.
receiver.ontransport
to handle in coming transports.start()
method of the LP2PQuicTransport to be more inline with the WebTransport interface design.Follow-up discussion based on these changes:
29
30
Preview | Diff