/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/manual/test-sw.html
8 строк
315 B
Malte Ubl
Implement cross origin ServiceWorker installation.
05 апр 2016, 20:46
05 апр 2016, 20:46
2072664
Код
Авторство
О чём код?
<script> navigator.serviceWorker.register('./test-sw.js').then(function(registration) { console.info('Iframe: ServiceWorker registration successful with scope: ', registration.scope); }).catch(function(e) { console.error('Iframe: ServiceWorker registration failed: ', e.message); }); </script>