updateTitle

Updates the title of the browser tab. You have to set brixxApi.appTitle property first and then update the title.

Example Usages

brixxApi.appTitle = "Hello World";
brixxApi.updateTilte();

Last updated