mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
implement broadcastchannel
This commit is contained in:
parent
145c89a2d4
commit
eb21d5f738
32 changed files with 763 additions and 216 deletions
|
@ -1407,8 +1407,8 @@ impl Window {
|
|||
.upcast::<Node>()
|
||||
.teardown(self.layout_chan());
|
||||
|
||||
// Tell the constellation to drop the sender to our message-port router, if there is any.
|
||||
self.upcast::<GlobalScope>().remove_message_ports_router();
|
||||
// Remove the infra for managing messageports and broadcast channels.
|
||||
self.upcast::<GlobalScope>().remove_web_messaging_infra();
|
||||
|
||||
// Clean up any active promises
|
||||
// https://github.com/servo/servo/issues/15318
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue