Hacker News new | ask | show | jobs
by Reason077 2505 days ago
> "You can't allow for bytes to sit around on disk in case of crash."

Just check periodically (at startup?) for orphaned temporary storage data. I'm sure there are other parts of the browser that need to do this sort of thing anyway - expired cache data, for example.

1 comments

Sure, but those are a different use case.