Regarding Draft autosave feature.
There is draft auto-save feature, Cool addition!
- How often does this save happen?
- How does this work?
Thanks.
There is draft auto-save feature, Cool addition!
Thanks.
Saves draft every 30 seconds on on page unload, so you don't lose whatever you've typed.
For doing this on page leave there is a trick, "ajax" request must be sent synchronously - as browsers don't allow to fully hijack the page unload event - and the event to run it on is "onbeforeunload".
On the javascript side there are two classes DraftQuestion
and DraftAnswer
that subclass DraftPost
.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-04-04 10:00:40 -0500
Seen: 70 times
Last updated: Apr 04 '13