mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Create source actors from Debugger API notifications
Co-authored-by: atbrakhi <atbrakhi@igalia.com> Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
bae25bb596
commit
aad368fabd
9 changed files with 144 additions and 75 deletions
|
@ -587,4 +587,5 @@ pub struct SourceInfo {
|
|||
pub worker_id: Option<WorkerId>,
|
||||
pub content: Option<String>,
|
||||
pub content_type: Option<String>,
|
||||
pub spidermonkey_id: u32,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue