Add FileReaderSync skeleton

This commit is contained in:
Zhen Zhang 2016-07-31 00:23:56 +02:00
parent 1ce4be8f6d
commit 47a7d465fd
9 changed files with 54 additions and 25 deletions

View file

@ -265,6 +265,7 @@ pub mod eventtarget;
pub mod file;
pub mod filelist;
pub mod filereader;
pub mod filereadersync;
pub mod focusevent;
pub mod forcetouchevent;
pub mod formdata;