It seems current browsers don’t support pushState title attribute. You can easily achieve the same thing by setting it in JS.
document.title = "This is the new page title.";
It seems current browsers don’t support pushState title attribute. You can easily achieve the same thing by setting it in JS.
document.title = "This is the new page title.";