1 2 3 4 5 6 7
test(function() { assert_throws_js(TypeError, function() { EventSource(''); }, "Calling EventSource constructor without 'new' must throw"); })