var el = document.createElement('a'); el.href = 'data:attachment/text,' + base64data; el.target = '_blank'; el.download = '1.txt'; el.click();