blob: 2a450a346314dec2253a0641de81b81dfc6d78f5 [file] [log] [blame]
try {
var source = new EventSource("http://this is invalid/")
postMessage([false, 'no exception thrown'])
source.close()
} catch(e) {
postMessage([true, e.code])
}