Peter Hilton
Peter Hilton
If this issue is indeed about browser tabs, i.e. the web page HTML document’s `` element, then I have the same request… I want to be able to set the...
@Nikhil-Nandagopal In that case, please remove the _Tab Widget_ label, which is why I ignored this issue and [posted in the support channel](https://discord.com/channels/725602949748752515/1293585375599525939) instead 😅
Note that if the JavaScript context included access to the `document` object, it would probably be enough to be able to do: ```javascript document.title = `User ${id}` ```
For what it’s worth, this is an example of an accessibility issue that affects usability for all users. A list of identical page titles in the browser history is a...