UNPKG

@alessiofrittoli/web-utils

Version:
1 lines 208 B
var l=async(o,n,t)=>{let c=await new Response(n,t).blob(),e=document.createElement("a");e.href=URL.createObjectURL(c),e.download=o,e.click(),URL.revokeObjectURL(e.href),e.remove();};export{l as downloadBlob};