I have a single page application who's managing URLs and page reload.
I was wondering how I can notify a screen reader that the page have been completely reloaded?
The page reload is triggered when clicking an <a>
tag, and a <div>
inside body is refreshed (the link clicked and the section of the page where the user is is deleted.