Extract layout image request into separate file. Do not block the document load event.

This commit is contained in:
Josh Matthews 2017-01-10 15:05:17 -05:00
parent 0d2ec852ac
commit b363371339
4 changed files with 92 additions and 72 deletions

View file

@ -110,6 +110,7 @@ pub mod document_loader;
#[macro_use]
mod dom;
pub mod fetch;
mod layout_image;
pub mod layout_wrapper;
mod mem;
mod microtask;