Partial implementation of FormData and File

This commit is contained in:
Manish Goregaokar 2014-06-03 18:56:57 +05:30
parent 0547609589
commit 06eb08ab70
7 changed files with 160 additions and 14 deletions

View file

@ -83,6 +83,7 @@ pub mod dom {
pub mod event;
pub mod eventdispatcher;
pub mod eventtarget;
pub mod file;
pub mod formdata;
pub mod htmlanchorelement;
pub mod htmlappletelement;