mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
re-structure blob, structured serialization
This commit is contained in:
parent
7aa68c8fe7
commit
6e8a85482c
31 changed files with 997 additions and 489 deletions
|
@ -1921,6 +1921,9 @@ impl Document {
|
|||
let msg = ScriptMsg::DiscardDocument;
|
||||
let _ = global_scope.script_to_constellation_chan().send(msg);
|
||||
}
|
||||
// https://w3c.github.io/FileAPI/#lifeTime
|
||||
global_scope.clean_up_all_file_resources();
|
||||
|
||||
// Step 15, End
|
||||
self.decr_ignore_opens_during_unload_counter();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue