Welcome to the official application of Leeyamsworld!
(Note: You need WiFi to hop into the portal.)
Welcome to the official application of Leeyamsworld!
(Note: You need WiFi to hop into the portal.)
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('/sw.js')
.then(reg => console.log('Leeyamsworld App Active!', reg.scope))
.catch(err => console.log('App registration failed:', err));
});
}