diff options
author | Jeena Lee <ijeenalee@gmail.com> | 2016-09-06 10:54:06 -0700 |
---|---|---|
committer | Jeena Lee <ijeenalee@gmail.com> | 2016-09-29 08:19:41 -0700 |
commit | 3216009731664d5099049267bca7a79e6af22196 (patch) | |
tree | f31a83d63aaa1b6208120c0cc2fe31753a7c32f7 /components/script/lib.rs | |
parent | a03a5e814a7003ba9697aa37d7492cf9e6425ea4 (diff) | |
download | servo-3216009731664d5099049267bca7a79e6af22196.tar.gz servo-3216009731664d5099049267bca7a79e6af22196.zip |
Implement the Fetch method
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index eaa9a8f1f8b..234f6c0f224 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -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; |