You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the service worker was introduced in #45, we can now move the caching mechanism (powered by SuperRepo) to the background.
This will further optimize the use case when many new tabs are opened. Right now, every new tab creates a separate SuperRepo instance (that counts down until the data is out of date and fires a request to the background service worker to get the latest).
Ideally, this should be refactored to a singleton that lives in the background.
The text was updated successfully, but these errors were encountered:
After the service worker was introduced in #45, we can now move the caching mechanism (powered by SuperRepo) to the background.
This will further optimize the use case when many new tabs are opened. Right now, every new tab creates a separate SuperRepo instance (that counts down until the data is out of date and fires a request to the background service worker to get the latest).
Ideally, this should be refactored to a singleton that lives in the background.
The text was updated successfully, but these errors were encountered: