i have the following code it in console and then turn screen off
and the u s b.
navigator.mozSetMessageHandler('alarm', function gotAlarm(message) {
console.log(new Date(), 'alarm setmessagehandler', message.data);
nextAlarm();
});
function nextAlarm() {
var next = new Date(Date.now() + 3000);
navigator.mozAlarms.add(next, 'ignoreTimezone', { data: 'yolo' });
}
nextAlarm();
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g