UNPKG

browser-nativefs

Version:

Native File System API with legacy fallback in the browser.

2 lines 308 B
// @license © 2020 Google LLC. Licensed under the Apache License, Version 2.0. export default async(e,t={})=>{const c=document.createElement("a");c.download=t.fileName||"Untitled",c.href=URL.createObjectURL(e),c.addEventListener("click",(()=>{setTimeout((()=>URL.revokeObjectURL(c.href)),3e4)})),c.click()};