File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ Most browser support basic File selection with drag 'n' drop or file input:
9696* [ File API] ( https://developer.mozilla.org/en-US/docs/Web/API/File#Browser_compatibility )
9797* [ Drag Event] ( https://developer.mozilla.org/en-US/docs/Web/API/DragEvent#Browser_compatibility )
9898* [ DataTransfer] ( https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer#Browser_compatibility )
99+ * [ DataTransferItem.getAsFileSystemHandle()] ( https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem/getAsFileSystemHandle )
99100* [ ` <input type="file"> ` ] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Browser_compatibility )
100101
101102For folder drop we use the [ FileSystem API] ( https://developer.mozilla.org/en-US/docs/Web/API/FileSystem ) which has very limited support:
You can’t perform that action at this time.
0 commit comments