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
|
@ -119,6 +119,7 @@ impl History {
|
|||
let data = StructuredSerializedData {
|
||||
serialized: data,
|
||||
ports: None,
|
||||
blobs: None,
|
||||
};
|
||||
let global_scope = self.window.upcast::<GlobalScope>();
|
||||
rooted!(in(*global_scope.get_cx()) let mut state = UndefinedValue());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue