Javascript href download failed no file

It's probably that Chrome seems to struggle with large file downloads, at least in a HTML file with an XLS suffix so that Excel would be used to open the HTML. is going on because the file content is not really what the file suffix suggests. 5 Jun 2013 “2.js” won't execute until “1.js” has executed (or failed to do so), “1.js” won't Unfortunately it means your script isn't seen by the browser until it downloads all your HTML, This basically says “I promise not to inject stuff into the parser using Otherwise, deferred scripts should run after the document had  4 Jan 2016 Capture and report JavaScript errors with window.onerror The URL of the script or document associated with the error, e.g. “/dist/app.js” The valuable part is a non-standard property: Error.prototype.stack . url: document.location.href, stack: ex.stack // stacktrace string; remember, different per-browser!