meteorhacks / zones

Zone.js integration for meteor
MIT License
30 stars 11 forks source link

Zones breaks file download #72

Open DirkStevens opened 9 years ago

DirkStevens commented 9 years ago

Our click handler that initiates the download redirects to a iron router server path that serves the file: Router.go("/download/" + downloadId + "/powerpoint");

Without the zones package the download works; with the zones package it breaks ...