UNPKG

@yogesh/next-offline

Version:

<h1 align="center"> next-offline </h1>

13 lines (12 loc) 421 B
if ('serviceWorker' in navigator) { window.addEventListener('load', function() { navigator.serviceWorker .register('{REGISTER_SW_PREFIX}/service-worker.js', {scope: '{SW_SCOPE}'}) .then(function(registration) { console.log('SW registered: ', registration); }) .catch(function(registrationError) { console.log('SW registration failed: ', registrationError); }); }); }