Implement the Fetch method

This commit is contained in:
Jeena Lee 2016-09-06 10:54:06 -07:00
parent a03a5e814a
commit 3216009731
213 changed files with 1208 additions and 1719 deletions

View file

@ -98,6 +98,7 @@ mod devtools;
pub mod document_loader;
#[macro_use]
pub mod dom;
pub mod fetch;
pub mod layout_wrapper;
mod mem;
mod network_listener;