uppy/packages/@uppy/utils/src/getDroppedFiles
2025-07-01 14:55:41 +02:00
..
utils Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
index.ts Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
README.md Format 2024-05-02 15:22:30 +02:00

Influenced by:

Why do we not use getFilesAndDirectories() api?

Its a proposed spec that seems to be barely implemented anywhere. Supposed to work in Firefox and Edge, but it doesnt work in Firefox, and both Firefox and Edge support .webkitGetAsEntry() api anyway. This page shows how this spec is supposed to function: https://wicg.github.io/directory-upload/, but it only works because of the polyfill.js that uses .webkitGetAsEntry() internally.