Function emscripten_functions::emscripten::get_window_title
source · pub fn get_window_title() -> String
Expand description
Returns the window title, using the emscripten-defined emscripten_get_window_title
.
Examples
println!("Your tab title should be '{}'", get_window_title());