Feross Aboukhadijeh
Feross Aboukhadijeh
The next version of Edge will be based on Chromium, so this issue will solve itself very soon. https://www.microsoftedgeinsider.com/en-us/download/
Problems with removing it: - breaking change, all webtorrent packages and many dependents would need to get rewritten - lots of tests are written against the stream api We could...
If the cost isn't so high to maintaining the lite version in this repo, I'm open to it. Send a PR when you have something to look at @nazar-pc
I just opened [an issue](https://github.com/webtorrent/webtorrent/issues/1971) in the WebTorrent project for us to consider migrating from `readable-stream` to [`streamx`](https://github.com/streamxorg/streamx). It has many potential benefits including fully removing `readable-stream` and `buffer` from...
Yeah :+1: I like how `Peer` is a duplex stream since it makes it easier to use in place of a `net.Socket`. We could add a `createDataStream` method to get...
@webglider Since the issue is still open, the status is what it looks like. No one has done the work yet.
> Webtorrent does not use the latest simple-peer, so it's difficult to tell if your issue has already been solved in this library. This is fixed now :)
Thanks for the response @nazar-pc. I actually opened this issue because I was wondering if it's possible to eliminate the distinction between `offerOptions` and `answerOptions`. It seems that that can...
Hi everyone, sorry that instant.io is causing trouble for you. Unfortunately, this isn't an issue that we can fix on our end. We're using the [`navigator.registerProtocolHandler`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler) web API to give...
This is a great suggestion. I assume you mean to implement a PWA version of the app!