we are using following solution for downloading current page, but this solution doesn't work in IE11.
<a download="view.html" onclick="this.href='data:text/html;charset=UTF-8,'+encodeURIComponent(document.documentElement.outerHTML)" href="#">Download</a>
Is it possible to have similiar solution which works in IE11?