ghcjs / ghcjs-base

base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC
MIT License
45 stars 67 forks source link

FileReader API implementation #100

Open BraulioVM opened 7 years ago

BraulioVM commented 7 years ago

Are there any particular technical reasons why the FileReader API is not implemented? Maybe it doesn't belong in this package?

I can see that it could make sense for it to be in ghcjs-dom but then why is there a JavaScript.Web.FileReader module in this package?

If it is just because nobody has had the time yet for implementing it I could definitely offer you a hand