diff options
Diffstat (limited to 'components/script/task_source/mod.rs')
-rw-r--r-- | components/script/task_source/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/script/task_source/mod.rs b/components/script/task_source/mod.rs index 07776b7b801..5186b319ba7 100644 --- a/components/script/task_source/mod.rs +++ b/components/script/task_source/mod.rs @@ -11,6 +11,7 @@ pub mod networking; pub mod performance_timeline; pub mod port_message; pub mod remote_event; +pub mod rendering; pub mod timer; pub mod user_interaction; pub mod websocket; @@ -36,6 +37,8 @@ pub enum TaskSourceName { PortMessage, UserInteraction, RemoteEvent, + /// <https://html.spec.whatwg.org/multipage/#rendering-task-source> + Rendering, MediaElement, Websocket, Timer, |