mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Webidl and basic implementation of XHR object
This commit is contained in:
parent
803c922248
commit
619da07a4f
10 changed files with 364 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue