문제

Is there any way to prevent deleting localStorage and data in sync storage (chrome.storage.sync) when user is uninstalls extension? I need to keep persistant authorization data (at least for testing)

도움이 되었습니까?

해결책

The answer is no. But there's a bug (or feature?): IndexedDB storage is not deleted with your extension data. Probably you can try that.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top