ds3optimizer
ds3optimizer copied to clipboard
Store state in localStorage?
What do you think about storing the app's last state in localStorage for resuming the last state when re-opened?
Presumably the user would also want a 'clear all' button if this was implemented.
I'll do that in a few days.
@Psithief Great idea but localStorage expires, and not compatible to all browsers, try cookies instead.