Open trockerapp opened 3 years ago
Trocker currently uses localStorage to save the settings. This has two main shortcomings:
The solution for both problems is to switch to using the WebExtension storage api: https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API
Trocker currently uses localStorage to save the settings. This has two main shortcomings:
The solution for both problems is to switch to using the WebExtension storage api: https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API