-
There's no need for the client to send the WEBTRANSPORT_MAX_SESSIONS setting. The server doesn't need to know that a client supports WebTransport until it receives the first Extended CONNECT request t…
-
**tl;dr**: Should the Portal Network be accessible from a web browser, with no additional software running on the local machine?
**Longer version**:
I am developing a Chrome extension to browse …
-
Blocking tools (uBlock Origin, AdBlock Plus, Disconnect, etc) are important parts of privacy on the web. The proposal has several aspects that make it not obvious how blocking tools would interact wi…
-
Is this possible to use this library without socket?
More generally is it possible to use OSC without websocket directly from browser?
I'm not sure to understand what the websocket is here for but I…
-
**Describe the bug**
I followed this document https://github.com/movementlabsxyz/movement/tree/main/docs/movement-node/run/manual#readme
I was able to setup the node, but it is stuck on block heig…
-
As discussed in #139 and during the WG session at IETF 118, it is possible for the server to receives a WebTransport request before the client's SETTINGS. In that scenario, there are multiple options …
-
In order to establish a WebTransport session, both client and server need to enable HTTP DATAGRAM support.
This is a problem on the server side, since SETTINGS are sent on a different stream, and t…
-
I think I have some fundamental misunderstandings about how to use this library. I'm trying to get a simple echo server running. The following is a self-contained example (uses [certmagic](https://git…
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification Title: Web Bluetooth
* Specification or proposal URL: https://webbluetoothcg.github.io/web-bluetooth/
* Caniuse.co…
-
## Background
When I initially created this project, I aimed to have it _simply work_ when loaded in the browser for demo purposes. I wanted to show how easy libp2p makes it for different runtimes an…