Function 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());