mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
use remote-event task source in EventSource
This commit is contained in:
parent
f66c9b6160
commit
baef63becd
7 changed files with 81 additions and 8 deletions
|
@ -8,6 +8,7 @@ pub mod file_reading;
|
|||
pub mod history_traversal;
|
||||
pub mod networking;
|
||||
pub mod performance_timeline;
|
||||
pub mod remote_event;
|
||||
pub mod user_interaction;
|
||||
|
||||
use dom::globalscope::GlobalScope;
|
||||
|
@ -26,7 +27,8 @@ pub enum TaskSourceName {
|
|||
HistoryTraversal,
|
||||
Networking,
|
||||
PerformanceTimeline,
|
||||
UserInteraction
|
||||
UserInteraction,
|
||||
RemoteEvent
|
||||
}
|
||||
|
||||
impl TaskSourceName {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue