Alex Potsides
Alex Potsides
A list of browser bugs that block use of WebRTC in browser # Chrome/Chromium - [x] https://issues.chromium.org/issues/40072842 - [ ] https://issues.chromium.org/issues/41378764 - [ ] https://github.com/libp2p/specs/issues/672 # Firefox - [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1902850...
A list of browser bugs that block use of WebTransport. # Chrome/Chromium - [ ] https://issues.chromium.org/issues/40069954 - [x] https://issues.chromium.org/issues/326887753 # Firefox - [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1806693 - [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1851679 - [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1872496...
### What information was incorrect, unhelpful, or incomplete? The README says: > Inject content script: this sends a message to the extension's background script, asking it to inject a given...
https://github.com/paullouisageneau/libjuice/pull/243 allows setting the ICE ufrag and pwd fields instead of generating random ones every time. https://github.com/paullouisageneau/libdatachannel/pull/1207 adds an `init` arg to `setLocalDescription` to allow setting the fields in libjuice...
There are cases where we need to use methods on `PeerConnection` that are not available on `RTCPeerConnection`, but then we wish to pass the `RTCPeerConnection` on to other code for...
Adds parser config for `.jsx` and `.tsx` to allow checking for unused dependencies.
Adds a new HTTP endpoint that can be used to request records for the closest peers to a given key that the routing implementation knows about. The use-case for this...
To allow doing things like having a single `AbortSignal` that can be used as a timeout for incoming connection establishment, allow passing it as an option to the `ConnectionEncrypter` `secureOutbound`...
:robot: I have created a release *beep* *boop* --- block-brokers: 3.0.4 ## [3.0.4](https://github.com/ipfs/helia/compare/block-brokers-v3.0.3...block-brokers-v3.0.4) (2024-08-12) ### Bug Fixes * Adjust filtering logic for secure contexts; improve tests ([#579](https://github.com/ipfs/helia/issues/579)) ([ac4bdb8](https://github.com/ipfs/helia/commit/ac4bdb8a73cab23500221340830969552a1d8db6)) http: 1.0.11...
To allow doing things like having a single `AbortSignal` that can be used as a timeout for incoming connection establishment, allow passing it as an option to the `ConnectionEncrypter` `secureOutbound`...