Add task source for media element

This commit is contained in:
chansuke 2018-09-09 22:21:35 +09:00
parent 7a88a2e28a
commit 7b3cf27c69
5 changed files with 82 additions and 14 deletions

View file

@ -5,6 +5,7 @@
pub mod dom_manipulation;
pub mod file_reading;
pub mod history_traversal;
pub mod media_element;
pub mod networking;
pub mod performance_timeline;
pub mod remote_event;
@ -29,6 +30,7 @@ pub enum TaskSourceName {
PerformanceTimeline,
UserInteraction,
RemoteEvent,
MediaElement,
Websocket,
}