Hacker News new | ask | show | jobs
by cesarb 2027 days ago
> You have mini extension in browser to just auto refresh gmail

That existed without JavaScript (and IIRC it was somewhat common back when JavaScript was a novelty): <meta http-equiv="Refresh: 60">

1 comments

Periodically tearing down the entire UI while the user is in the middle of using it is a terrible user experience.
That’s not how it was usually implemented though, you’d have frameless iframes that refreshed - eg for chat rooms etc
Did it preserve the scroll position when refreshing? If so, that might be OK for a chat room. But an email inbox is more interactive, so I think it would be jarring to have that refresh as you're poking at it.