Sha256: 7b4ad10f463a3547fd3ae705c95eeb66d09a46f16bc1a791793bea9bd4bca7fc

Contents?: true

Size: 903 Bytes

Versions: 26

Compression:

Stored size: 903 Bytes

Contents

<script>
    if ("serviceWorker" in navigator) {
        if (navigator.serviceWorker.controller) {
            console.log("An active service worker found, no need to register");
        } else {
            // Register the service worker
            navigator.serviceWorker
            .register("{{ "/sw.js" | prepend: site.baseurl }}", {
                scope: "{{ "/" | prepend: site.baseurl }}"
            })
            .then(function (reg) {
                console.log("Service worker has been registered for scope: " + reg.scope);
            });
        }
    }

// 检测浏览器是否支持SW
// if(navigator.serviceWorker != null){
//     navigator.serviceWorker.register("{{ "/sw.js" | prepend: site.baseurl }}")
//         .then(function(registartion){
//             console.log('支持sw:',registartion.scope)
//         })
// } else {
//     console.log('不支持sw')
// }
</script>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
jekyll-theme-h2o-ac-1.5.1 _includes/plugins/others/pwa.html
jekyll-theme-h2o-ac-1.5.0 _includes/plugins/others/pwa.html
jekyll-theme-h2o-ac-1.4.0 _includes/plugins/others/pwa.html
jekyll-theme-h2o-ac-1.3.6 _includes/plugins/others/pwa.html
jekyll-theme-h2o-ac-1.3.5 _includes/plugins/others/pwa.html
jekyll-theme-h2o-ac-1.3.4 _includes/plugins/others/pwa.html
jekyll-theme-h2o-ac-1.3.1 _includes/plugins/others/pwa.html
jekyll-theme-h2o-ac-1.3.0 _includes/pwa.html
jekyll-theme-h2o-ac-1.2.1 _includes/pwa.html
jekyll-theme-h2o-ac-1.2.0 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.15 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.14 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.13 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.12 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.11 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.10 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.9 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.8 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.7 _includes/pwa.html
jekyll-theme-h2o-ac-1.1.6 _includes/pwa.html