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

Define Purge Service Worker Registrations #1506

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 25, 2020

  1. Define Purge Service Worker Registrations

    This change adds an algorithm, Purge Service Worker Registrations, that
    immediately unregister - by calling into Clear Registration - service
    worker registrations for a given origin. It takes an origin and a
    boolean argument for unclaiming controlled clients. This is designed for
    Clear-Site-Data's "storage" directive. job's immediate unregister flag
    added in this change can be used for unregister({immediate: true}) or
    alternative designs as a TODO.
    
    Issue: #614.
    jungkees committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ae30000 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Address comments:

      - Moving unclaim steps to Unregister running unconditionally when
        immediate unregister flag is set
      - Removing Handle Service Worker Client Unload in unclaim steps
      - Using TypeError instad of AbortError DOMExcetion
    Jungkee Song committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f76c101 View commit details
    Browse the repository at this point in the history