You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if this made use of DataTransferItem.getAsFileSystemHandle() from the File System Access API as a progressive enhancement as per my write-up. This way, dropped files could be edited right away (instead of forcing a download of a copy), which would be a great win for apps that need to modify dropped files, like online image editors. Also see the MDN docs.
The text was updated successfully, but these errors were encountered:
It would be great if this made use of
DataTransferItem.getAsFileSystemHandle()
from the File System Access API as a progressive enhancement as per my write-up. This way, dropped files could be edited right away (instead of forcing a download of a copy), which would be a great win for apps that need to modify dropped files, like online image editors. Also see the MDN docs.The text was updated successfully, but these errors were encountered: