mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Notify devtools about new worker globals
This commit is contained in:
parent
5dd43bf84c
commit
1244f9e016
10 changed files with 117 additions and 14 deletions
|
@ -311,6 +311,9 @@ pub enum NavigationDirection {
|
|||
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug)]
|
||||
pub struct FrameId(pub uint);
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug)]
|
||||
pub struct WorkerId(pub uint);
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug)]
|
||||
pub struct PipelineId(pub uint);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue