Migrate the implementation back to browser-fs-access (#4106)

This commit is contained in:
Thomas Steiner
2021-10-27 08:57:10 +02:00
committed by GitHub
parent 94519c8250
commit 2c8d041987
3 changed files with 2646 additions and 600 deletions

View File

@ -4,7 +4,7 @@ import {
fileSave as _fileSave,
FileSystemHandle,
supported as nativeFileSystemSupported,
} from "@dwelle/browser-fs-access";
} from "browser-fs-access";
import { EVENT, MIME_TYPES } from "../constants";
import { AbortError } from "../errors";
import { debounce } from "../utils";