uppy/packages/@uppy/utils/src/getDroppedFiles
Kevin van Zonneveld bfe659820e
Upgrade linting to 2.0.0-0 (#3280)
* Upgrade linting to 2.0.0-0

* Adjust so we can pass without error

* Fix linting

* Update header-blacklist.js

* Update index.js

* Update Uppy.js

* Update Components.js

* Update StatusBar.js

* Update Assembly.js

* Upgrade to linting 2.0.0 (final release)
2021-11-09 11:19:05 +00:00
..
utils Upgrade linting to 2.0.0-0 (#3280) 2021-11-09 11:19:05 +00:00
index.js @uppy/utils: resolve remaining linter errors (#3091) 2021-08-10 16:06:49 +02:00
README.md Add retext to markdown linter (#3024) 2021-10-14 16:10:45 +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.