Notificaciones (beep, vibrate alert)

Por 9.99€ al mes tendrás acceso completo a todos los cursos. Sin matrícula ni permanencia.

navigator.notification.alert("Este es un mensaje");

// Beep three times
navigator.notification.beep(3);

// Vibrate for 2 seconds
navigator.notification.vibrate(2000);
Ver ejemplo

Por 9.99€ al mes tendrás acceso completo a todos los cursos. Sin matrícula ni permanencia.