Feross Aboukhadijeh
Feross Aboukhadijeh
Wow, that looks amazing.
@FLYBYME Pull request welcome! :smiley:
Do you have an immediate need for this functionality? On Mon, Feb 2, 2015 at 5:49 PM Tim [email protected] wrote: > I would not know where to start with this....
PR still welcome :)
@jden @Flet @ungoldman The `protocol` module only works for the URL requests inside Electron. There are OS-specific ways to make this work. Here's how I did it for OS X:...
Opened an issue to ask Electron to make this easier: https://github.com/atom/electron/issues/4857
@jden Your module is nice and simple, but it has a native dependency to link to the .NET API, and it fails to install on non-Windows platforms, obviously. I'm going...
@jden Okay, here's the approach I went with: https://github.com/feross/webtorrent-app/blob/2b555e12b868b0610838e55f98a0b1d6705f49d6/main/register-protocol-handler.js#L7-L46 What do you think? If you're down, we can replace your package `register-protocol-handler-windows` with this approach and then WebTorrent.app can depend...
I see value in our app-specific protocol handlers (`webtorrent:`, `playback:`, etc.) for some situations. For example, if I want to post links to a GitHub issue that open up in...
Some options: - `stream-magnet` - `magnet-stream` - `stream` - `play-magnet` - `magnet-play`