script> if ('serviceWorker' in navigator) { window.addEventListener('load', () => { navigator.serviceWorker.register('/service-worker.js') .then(registration => { console.log('Service Worker registrado com sucesso:', registration); }) .catch(error => { console.log('Falha ao registrar Service Worker:', error); }); }); }

Conjuring Inspiration and Creativity, or the Spell of Becoming

I write for my living. Boring stuff, mostly, but things that make money and allow me to be a traveling priestess and teacher. Lately, I’ve had the chance to …

Powered by WPeMatico