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.
Are there any plans to implement this feature? I didn't see any mention of it in the issues or the documentation.
However, in
eventToFilesI see there's a check fortransfer.itemsafter a check fortransfer.files, which would returnDataTransferIteminstead ofFile, which could make use ofgetAsFileSystemHandleandwebkitGetAsEntry, but I'm not sure whenfileswould exist anditemsnot.