ccnokes / electron-download-bug-demo

Demonstrates download bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run:

git clone
npm install
npm start

Click the "Download this" link. Save it. Note that it is saved without a file extension. find ~/Downloads -name "*ron-swanson*" to confirm that.

Now download in Chrome (you can just go to JSBin or something and paste this into the HTML <a href="https://cameronnokes.com/slack-ron-swanson-quote-bot/ron-swanson.jpg" download>Download this</a>). Note that it saves with a file extension.

About

Demonstrates download bug


Languages

Language:HTML 55.1%Language:JavaScript 44.9%