Open
Description
it would be pretty sweet if it where possible to write a FileSystemFileHandle
or FileSystemDirectoryHandle
to the clipboard as a way of copying something from the sandboxed navigator.storage.getDirectory
into the users own folder of choice
await navigator.clipboard.write([
await navigator.storage.getDirectory()
// ...more fileHandle(s)
])
Metadata
Metadata
Assignees
Labels
No labels