Remove preferences in EventSource.webidl

This commit is contained in:
Keith Yeung 2016-10-14 12:17:39 -07:00
parent 388c3bff7b
commit 9afc17cd3a

View file

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