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

Include imported scripts to byte-check #1023

Closed
wants to merge 1 commit into from

Commits on Dec 15, 2016

  1. Include imported scripts to byte-check

    This changes the behavior of the service worker script resource
    comparison. Before this, only the main service worker script was
    compared to a new version. With this change, all the imported scripts
    stored in the imported scripts map as well as the main script are
    inspected against the corresponding network resources (based on the
    urls.)
    
    Note:
     - Service worker's script resource map has been renamed and moved to
     service worker's script resource's imported scritps map.
     - registration's last update check time's always updated whenever the
     response is fetched from the network (regardless it's a main script or
     an imported script.)
    
    Fixes #839.
    jungkees committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    548e59a View commit details
    Browse the repository at this point in the history