UNPKG

@iqmo/browser

Version:

Browser Stlite

2 lines (1 loc) 242 B
const n=({enforceDownloadInNewTab:e,url:r,filename:a})=>{const t=document.createElement("a");return t.setAttribute("href",r),e?t.setAttribute("target","_blank"):t.setAttribute("target","_self"),t.setAttribute("download",a),t};export{n as c};