use remote-event task source in EventSource

This commit is contained in:
Gregory Terzian 2018-07-12 23:13:50 +08:00
parent f66c9b6160
commit baef63becd
7 changed files with 81 additions and 8 deletions

View file

@ -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 {