Reputation: 281
How long does data in chrome.storage
last and when is it deleted? could data in there last past the end of a browsing session, past updates? If not, I need a way to perform long-term storage with my chrome extension.
P.S. I'm setting this in a client script, if that makes a difference
Upvotes: 2
Views: 1128
Reputation: 19864
Yes it lasts past browser restarts or updates. Its never deleted unless you uninstall chrome or delete the user. wouldn't make sense to go away after a browsing session.
Upvotes: 3