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

fix(service-worker): clean up caches from old SW versions #26319

Closed
wants to merge 1 commit into from

Commits on Oct 9, 2018

  1. fix(service-worker): clean up caches from old SW versions

    Since the SW immediately takes over all clients, it is safe to delete
    caches used by older (e.g. beta) `@angular/service-worker` versions to
    avoid running into browser storage quota limitations.
    gkalpak committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    1a42c3f View commit details
    Browse the repository at this point in the history