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