mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Implement a DocumentLoader type that tracks pending loads and notifies the script task when the queue is empty. Dispatch the document load event based on the DocumentLoader's notification.
This commit is contained in:
parent
29a43a00b3
commit
7f0706ed42
11 changed files with 243 additions and 38 deletions
|
@ -54,6 +54,7 @@ extern crate string_cache;
|
|||
extern crate webdriver_traits;
|
||||
|
||||
pub mod cors;
|
||||
pub mod document_loader;
|
||||
|
||||
#[macro_use]
|
||||
pub mod dom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue