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());
pub fn get_window_title() -> String
Returns the window title, using the emscripten-defined emscripten_get_window_title
.
println!("Your tab title should be '{}'", get_window_title());