Implement FileReader.{readAsText,readAsDataUrl}. Fixes #6172

This commit is contained in:
farodin91 2015-07-23 22:33:51 +02:00
parent f44d75e5b2
commit 27e760e28d
20 changed files with 565 additions and 326 deletions

View file

@ -215,6 +215,7 @@ pub mod event;
pub mod eventdispatcher;
pub mod eventtarget;
pub mod file;
pub mod filereader;
pub mod formdata;
pub mod htmlanchorelement;
pub mod htmlappletelement;