Rewild Your Web
web browser dweb
at main 10 lines 522 B view raw
1--- original 2+++ modified 3@@ -141,6 +141,7 @@ 4 task_source_functions!(self, dom_manipulation_task_source, DOMManipulation); 5 task_source_functions!(self, file_reading_task_source, FileReading); 6 task_source_functions!(self, font_loading_task_source, FontLoading); 7+ #[cfg(feature = "gamepad")] 8 task_source_functions!(self, gamepad_task_source, Gamepad); 9 // FIXME(arihant2math): uncomment when geolocation is implemented. 10 // task_source_functions!(self, geolocation_task_source, Geolocation);