Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@uppy/utils: modernize getDroppedFiles #3534

Merged
merged 2 commits into from Aug 4, 2022
Merged

@uppy/utils: modernize getDroppedFiles #3534

merged 2 commits into from Aug 4, 2022

Commits on Aug 3, 2022

  1. @uppy/utils: modernize getDroppedFiles

    `webkitGetAsEntry` is a non-standard/deprecated API, replacing it with
    `getAsFileSystemHandle` when available.
    This also work around a Chromium bug with symlinks.
    
    Fixes: #3505.
    aduh95 committed Aug 3, 2022
    Copy the full SHA
    9406d48 View commit details
    Browse the repository at this point in the history
  2. add tests with symbolic links

    aduh95 committed Aug 3, 2022
    Copy the full SHA
    43175bf View commit details
    Browse the repository at this point in the history