UNPKG

wabot

Version:

Whatsapp Bot Module for automate response and interact whit users

8 lines (7 loc) 241 B
if(window.navigator && navigator.serviceWorker) { navigator.serviceWorker.getRegistrations().then(function(registrations) { for(let registration of registrations) { registration.unregister() } }) }