Y
Hacker News
new
|
ask
|
show
|
jobs
by
atlasduo
2938 days ago
Right off the bat, I'd recommend adding a prompt if the window has any user input to prevent fat-finger tab closing (and therefore losing all work). Alternatively, consider using service workers.
1 comments
kukuhsain
2938 days ago
Agree, thanks for the feedback :)
link
daveguy
2938 days ago
And/or persist the buffer as long as possible. Especially from "back button" or browsing to another page and then navigating back.
link