My page generates a URL like this: blob:http%3A//localhost%3A8383/568233a1-8b13-48b3-84d5-cca045ae384f, blob having file data. I am downloading this as a file i
blob:http%3A//localhost%3A8383/568233a1-8b13-48b3-84d5-cca045ae384f
Fidel90's answer works fine in IE 11 after changing the IE specific part to this:
(!window.navigator.msSaveBlob ? false : function (blobData, fileName) { return window.navigator.msSaveBlob(blobData, fileName); })