mirror of
https://github.com/servo/servo.git
synced 2025-09-22 12:50:08 +01:00
continue messageport, transferable, postmessage options
This commit is contained in:
parent
c3b17c1201
commit
2f8932a6a1
100 changed files with 2456 additions and 1171 deletions
|
@ -155,4 +155,7 @@ pub fn run_worker_event_loop<T, TimerMsg, WorkerMsg, Event>(
|
|||
.upcast::<GlobalScope>()
|
||||
.perform_a_microtask_checkpoint();
|
||||
}
|
||||
worker_scope
|
||||
.upcast::<GlobalScope>()
|
||||
.perform_a_message_port_garbage_collection_checkpoint();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue