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

Upload bug #3264

Merged
merged 1 commit into from
Mar 10, 2021
Merged

Upload bug #3264

merged 1 commit into from
Mar 10, 2021

Commits on Mar 4, 2021

  1. Upload bug

    Fixes Studio-42#3262.  I think this could be related to [Issue 155455: item.webkitGetAsEntry().file() reports an empty file type](https://bugs.chromium.org/p/chromium/issues/detail?id=155455).
    
    Fix uses [DataTransfer.types](https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/types) array to establish if transfer is a file.
    
    > An array of the data formats used in the drag operation. Each format is string. If the drag operation included no data, this list will be empty. If any files are included in the drag operation, then one of the types will be the string Files.
    mguinness authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    20749bf View commit details
    Browse the repository at this point in the history