aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/EventSource.webidl
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-09-28 10:13:22 +0200
committerMs2ger <Ms2ger@gmail.com>2016-09-28 11:50:06 +0200
commit05942344b48dd50bbcb695b92a5618ea899e0236 (patch)
tree00e4b4e8acbaa33e25d89ab214eb4de4c08cb53f /components/script/dom/webidls/EventSource.webidl
parentc7e1a575a5225ccfb00a38fb50e052d986c0a78d (diff)
downloadservo-05942344b48dd50bbcb695b92a5618ea899e0236.tar.gz
servo-05942344b48dd50bbcb695b92a5618ea899e0236.zip
Disable EventSource until it is fully implemented.
This also causes a number of tests that currently time out to fail quickly.
Diffstat (limited to 'components/script/dom/webidls/EventSource.webidl')
-rw-r--r--components/script/dom/webidls/EventSource.webidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/webidls/EventSource.webidl b/components/script/dom/webidls/EventSource.webidl
index 11c30e959d4..b9cf82d6a3e 100644
--- a/components/script/dom/webidls/EventSource.webidl
+++ b/components/script/dom/webidls/EventSource.webidl
@@ -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;