@uppy/utils
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "@uppy/utils", | ||
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "0481589f3bd589eabd78fd91af9e2688e356f4f9" | ||
"gitHead": "5752662a93e22342f22464c8bb5bc7cb7c0ee7d7" | ||
} |
Influenced by: | ||
- https://github.com/leonadler/drag-and-drop-across-browsers | ||
- https://github.com/silverwind/uppie/blob/master/uppie.js | ||
- https://stackoverflow.com/a/50030399/3192470 | ||
- <https://github.com/leonadler/drag-and-drop-across-browsers> | ||
- <https://github.com/silverwind/uppie/blob/master/uppie.js> | ||
- <https://stackoverflow.com/a/50030399/3192470> | ||
@@ -10,2 +10,2 @@ ### Why do we not use `getFilesAndDirectories()` api? | ||
Supposed to work in Firefox and Edge, but it doesn't work in Firefox, and both Firefox and Edge support `.webkitGetAsEntry()` api anyway. | ||
This page e.g. 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. | ||
This page e.g. 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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125670