mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
devtools: save and send cached messages
This commit is contained in:
parent
6cd42bdcfb
commit
b3b886e837
8 changed files with 137 additions and 107 deletions
|
@ -371,9 +371,6 @@ impl ServiceWorkerGlobalScope {
|
|||
DevtoolScriptControlMsg::EvaluateJS(_pipe_id, string, sender) => {
|
||||
devtools::handle_evaluate_js(self.upcast(), string, sender)
|
||||
},
|
||||
DevtoolScriptControlMsg::GetCachedMessages(pipe_id, message_types, sender) => {
|
||||
devtools::handle_get_cached_messages(pipe_id, message_types, sender)
|
||||
},
|
||||
DevtoolScriptControlMsg::WantsLiveNotifications(_pipe_id, bool_val) => {
|
||||
devtools::handle_wants_live_notifications(self.upcast(), bool_val)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue