mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Add flag to send live updates to devtools.
This commit is contained in:
parent
0beb070d48
commit
5345edf51e
5 changed files with 17 additions and 1 deletions
|
@ -94,6 +94,7 @@ pub enum DevtoolScriptControlMsg {
|
|||
GetChildren(PipelineId, String, Sender<Vec<NodeInfo>>),
|
||||
GetLayout(PipelineId, String, Sender<(f32, f32)>),
|
||||
ModifyAttribute(PipelineId, String, Vec<Modification>),
|
||||
WantsLiveNotifications(PipelineId, bool),
|
||||
}
|
||||
|
||||
/// Messages to instruct devtools server to update its state relating to a particular
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue