Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement automatic clearing of outdated tables from chrome.storage.local when tabs close #84

Open
3 tasks
TamaraBogantseva opened this issue Nov 15, 2024 · 0 comments

Comments

@TamaraBogantseva
Copy link
Contributor

TamaraBogantseva commented Nov 15, 2024

Description

Currently, outdated or unused tables in chrome.storage.local are cleared manually through a button. To improve efficiency, we need to find a method to automatically clear these tables when tabs are closed. This would help maintain storage cleanliness and prevent the accumulation of unnecessary data without requiring user intervention.

Links / References

\

Tasks / Definition of Done

  • Investigate methods to detect tab closures and trigger storage cleanup.
  • Implement functionality to automatically clear outdated tables in chrome.storage.local upon tab closure.
  • Ensure that only outdated or unused tables are removed, preserving active data.

Further information

Automatic cleanup will streamline the user experience by reducing the need for manual clearing and keeping storage organized. Consider handling edge cases, such as rapid tab switching or multiple tabs accessing shared storage data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant