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

Improve.ready and Activate #1277

Merged
merged 2 commits into from
Apr 3, 2018
Merged

Improve.ready and Activate #1277

merged 2 commits into from
Apr 3, 2018

Commits on Feb 9, 2018

  1. Improve.ready and Activate

    Before this change, .ready method was waiting for the change of the
    state of the regisration's active worker without being synchronized with
    the steps that set the corresponding ServiceWorkerRegistration object's
    active ServiceWorker object's state.
    
    This changes both .ready and Activate such that .ready tries to resolve
    the ready promise, if pending, and just returns. And Activate resolves
    pending ready promises after updating active ServiceWorker object's
    state.
    
    Fixes #1011
    jungkees committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    83f29f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    77eb154 View commit details
    Browse the repository at this point in the history