Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/pfrazee/electron-download-interrupt-bug
- Owner: pfrazee
- License: cc0-1.0
- Created: 2018-01-17T03:50:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T03:50:46.000Z (almost 7 years ago)
- Last Synced: 2024-10-30T15:54:41.550Z (2 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.