Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pfrazee/electron-download-interrupt-bug

Bug demo of an issue with downloading from custom protocols (electron 1.8.2-beta.3)
https://github.com/pfrazee/electron-download-interrupt-bug

Last synced: 14 days ago
JSON representation

Bug demo of an issue with downloading from custom protocols (electron 1.8.2-beta.3)

Awesome Lists containing this project

README

        

# electron-download-interrupt-bug

```bash
git clone https://github.com/pfrazee/electron-download-interrupt-bug
cd electron-download-interrupt-bug
npm install
npm start
```

You will see two dialogs telling you how the download of `https://github.com/index.html` and `custom://foo.com/index.html` went. The https download succeeds but the custom download seems to always fail.