Add '12/liveplayer.js'
parent
14deffa49e
commit
5bf12e5dbd
@ -0,0 +1,13 @@
|
||||
(function () {
|
||||
|
||||
|
||||
async function poll () {
|
||||
var d = await (await fetch("/cgi-bin/radioimplicancies.cgi")).json();
|
||||
console.log("d", d);
|
||||
}
|
||||
|
||||
window.setInterval(poll, 5000);
|
||||
|
||||
|
||||
|
||||
})();
|
Loading…
Reference in New Issue