-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
file-selector is using dataTransfer.items
property:
file-selector/src/file-selector.ts
Line 40 in 1471fed
const items = Array.from(dt.items) |
which is not available in IE 11 (https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/items#Browser_compatibility)
Metadata
Metadata
Assignees
Labels
No labels