Disable EventSource until it is fully implemented.

This also causes a number of tests that currently time out to fail quickly.
This commit is contained in:
Ms2ger 2016-09-28 10:13:22 +02:00
parent c7e1a575a5
commit 05942344b4
56 changed files with 254 additions and 112 deletions

View file

@ -7,7 +7,8 @@
*/
[Constructor(DOMString url, optional EventSourceInit eventSourceInitDict),
Exposed=(Window,Worker)]
Exposed=(Window,Worker),
Pref="dom.eventsource.enabled"]
interface EventSource : EventTarget {
readonly attribute DOMString url;
readonly attribute boolean withCredentials;