Updates the title of the browser tab. You have to set app.appTitle property first and then update the title.
app.appTitle = "Hello World"; app.updateTilte();
Function does not explicitly produce return value.
Last updated 2 years ago