browser-nativefs
Version:
Native File System API with legacy fallback in the browser.
2 lines • 328 B
JavaScript
// @license © 2020 Google LLC. Licensed under the Apache License, Version 2.0.
import e from"./supported.mjs";const s=e?"chooseFileSystemEntries"===e?import("./nativefs-legacy/file-save.mjs"):import("./nativefs/file-save.mjs"):import("./legacy/file-save.mjs");export async function fileSave(...e){return(await s).default(...e)}