Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
fix(#17): prefer DataTransferItem.getAsFile so file type is populated
Browse files Browse the repository at this point in the history
fixes #17
- experimental api `webkitGetAsEntry().file(cb)` does not populate the file.type
- use standards track api instead `DataTransferItem.getAsFile`
  • Loading branch information
alexsasharegan committed Dec 14, 2017
1 parent c73a859 commit f1105e5
Show file tree
Hide file tree
Showing 16 changed files with 302 additions and 146 deletions.
115 changes: 81 additions & 34 deletions dist/vue-transmit.browser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-transmit.browser.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/vue-transmit.browser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.browser.min.js.map

Large diffs are not rendered by default.

115 changes: 81 additions & 34 deletions dist/vue-transmit.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-transmit.common.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/vue-transmit.common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.common.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f1105e5

Please sign in to comment.