Anchor's Download Property is not working on some pages (Gmail)?
问题 I want to insert this HTML element in some pages: <a download="somedata.csv" id="downloadLink" href="data:application/csv;charset=utf-8,Col1%2CCol2%2CCol3%0AVal1%2CVal2%2CVal3%0AVal11%2CVal22%2CVal33%0AVal111%2CVal222%2CVal333" > Click Me </a> In all pages, when I change the dom via plugin or manually in elements inspector, to include this element to page's dom, it works great ! But, if I do the same in Gmail pages, the file generated is not named " somedata.csv " and the extension is lost "