diff options
Diffstat (limited to 'components/script/document_loader.rs')
-rw-r--r-- | components/script/document_loader.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/document_loader.rs b/components/script/document_loader.rs index 14e107e9d02..7520bac32cb 100644 --- a/components/script/document_loader.rs +++ b/components/script/document_loader.rs @@ -100,6 +100,7 @@ impl DocumentLoader { } pub fn is_blocked(&self) -> bool { + //TODO: Ensure that we report blocked if parsing is still ongoing. !self.blocking_loads.is_empty() } |