html5 - Cleaning up file system API data -


i'm thinking of creating html page on chrome use file system api store significant amount of local data requesting large quota.

however if user goes website , runs application , decides don't , never go leave great deal of data somewhere on disk. unlike real applications, can't find data using normal file browser in obvious place , delete tidy up.

but want behave decent citizen , not leave huge amounts of data stuck on someones disk if didn't application.

what best way manage data or allow user tidy data given might never go site , might not ever know data there it's not in obvious disk location?


Comments