1 2 3 4 5 6 7
try { var source = new EventSource("../resources/message.py") postMessage([true, source.url]) source.close() } catch(e) { postMessage([false, String(e)]) }