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