HTMLViewer.TitleChanged Length

On Windows using the native browser, is there a maximum length for the title string?
Anyone?
Anyone?

Bueller?

It seems to be 259, at least for the IE11 renderer under Win7. I made a small project where you can tell the HTMLViewer to make longer and longer strings, and then set title or status to these, and see how long the string is in the event handler. Under macOS Xojo 2018r2 both title and status seemed OK up to a million chars long.

That’s up to the browser engine.

Why do you care?

If you need to transfer text to/from javascript, please use a textarea control on the website.
If needed add one via JavaScript.