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
Are there any plans to implement this feature? I didn't see any mention of it in the issues or the documentation.
However, in eventToFiles I see there's a check for transfer.items after a check for transfer.files, which would return DataTransferItem instead of File, which could make use of getAsFileSystemHandle and webkitGetAsEntry , but I'm not sure when files would exist and items not.
The text was updated successfully, but these errors were encountered:
Are there any plans to implement this feature? I didn't see any mention of it in the issues or the documentation.
However, in
eventToFiles
I see there's a check fortransfer.items
after a check fortransfer.files
, which would returnDataTransferItem
instead ofFile
, which could make use ofgetAsFileSystemHandle
andwebkitGetAsEntry
, but I'm not sure whenfiles
would exist anditems
not.The text was updated successfully, but these errors were encountered: