Skip to content

Move the caching mechanism (powered by SuperRepo) to the background service worker #53

@superKalo

Description

@superKalo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions