This is unfortunately not currently possible due to https://magic.flooey.org not returning CORS headers (for development purposes you get get Chrome to allow the request by opening it with e.g open -a Google\ Chrome --args --disable-web-security --user-data-dir on OSX).
Here's some prototype code we inserted into DeckDownload::onDownloadDeck:
This is unfortunately not currently possible due to https://magic.flooey.org not returning CORS headers (for development purposes you get get Chrome to allow the request by opening it with e.g
open -a Google\ Chrome --args --disable-web-security --user-data-dir
on OSX).Here's some prototype code we inserted into DeckDownload::onDownloadDeck: