Crate dioxus_web   Copy item path  Source  Expand description launch This module contains the launch function, which is the main entry point for dioxus web Config Configuration for the WebSys renderer for the Dioxus VirtualDOM. HashHistory  A dioxus_history::HistoryHistory API 
but uses the url fragment for the route. This allows serving as a single html file or on a single url path. WebDataTransfer  A wrapper around the web_sys::DataTransfer to implement NativeDataTransfer WebDocument The web-target’s document provider. WebFileData  A file representation for the web platform WebHistory A dioxus_history::HistoryHistory API . WebEventExt  A extension trait for web-sys events that provides a way to get the event as a web-sys event. WebFileExt  Helper trait for extracting the underlying web_sys::File from a FileData run Runs the app as a future that can be scheduled around the main thread.