match web version exports (#4257)

This commit is contained in:
Samuel Newman
2024-05-29 12:00:15 +03:00
committed by GitHub
parent 613884a3d3
commit 33de856c32
3 changed files with 8 additions and 10 deletions
+4
View File
@@ -159,3 +159,7 @@ async function downloadUrl(href: string, filename: string) {
a.download = filename
a.click()
}
export async function safeDeleteAsync() {
// no-op
}