* Clear saved tabs
()
| 175 | * Clear saved tabs |
| 176 | */ |
| 177 | static clearTabs(): void { |
| 178 | localStorage.removeItem(STORAGE_KEY); |
| 179 | localStorage.removeItem(ACTIVE_TAB_KEY); |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * Migrate from old storage format if needed |
no outgoing calls
no test coverage detected