braydel / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

FileReader in JavaScript is not supported? #202

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
evt.dataTransfer.files[0].slice()
var reader=new FileReader()

What is the expected output? What do you see instead?
'undefined' is not a function (evaluating 'evt.dataTransfer.files[0].slice()')
ReferenceError: Can't find variable: FileReader

What version of the product are you using? On what operating system?
navigator.userAgent:
"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534+ (KHTML, like Gecko) 
OpenWebKitSharp"

Please provide any additional information below.
-

Original issue reported on code.google.com by padsai...@gmail.com on 26 Feb 2014 at 2:41