Changes between Initial Version and Version 1 of Ticket #11460, comment 7
- Timestamp:
- Feb 13, 2014, 1:39:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11460, comment 7
initial v1 1 About clipboard facade and timeout. In fact it is not possible to read from `clipboardData`, `dataTransfer` or `items` (new API, Chrome). But we can easily sa me for future use file references as `files` array or `item.getAsFile()` and read file content whenever we need. I tested it and works file in all cases (paste and drop in Chrome, FF and IE).1 About clipboard facade and timeout. In fact it is not possible to read from `clipboardData`, `dataTransfer` or `items` (new API, Chrome). But we can easily save, for future usage, file references as `files` array or `item.getAsFile()` and read files contents whenever we need. I tested it and works fine in all cases (paste and drop in Chrome, FF and IE). 2 2 3 3 BTW I love when browsers use common API: