Webidl and basic implementation of XHR object

This commit is contained in:
Manish Goregaokar 2014-05-02 11:04:21 +05:30
parent 803c922248
commit 619da07a4f
10 changed files with 364 additions and 17 deletions

View file

@ -159,6 +159,9 @@ pub mod dom {
pub mod validitystate;
pub mod virtualmethods;
pub mod window;
pub mod xmlhttprequest;
pub mod xmlhttprequesteventtarget;
pub mod xmlhttprequestupload;
pub mod testbinding;
}