mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
Support connecting to worker globals from remote devtools.
This commit is contained in:
parent
bce4ec5b70
commit
565e9432c6
13 changed files with 340 additions and 144 deletions
|
@ -80,7 +80,7 @@ pub enum ScriptToDevtoolsControlMsg {
|
|||
/// A new global object was created, associated with a particular pipeline.
|
||||
/// The means of communicating directly with it are provided.
|
||||
NewGlobal(
|
||||
(Option<BrowsingContextId>, PipelineId, Option<WorkerId>),
|
||||
(BrowsingContextId, PipelineId, Option<WorkerId>),
|
||||
IpcSender<DevtoolScriptControlMsg>,
|
||||
DevtoolsPageInfo,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue