mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
parent
c7e1a575a5
commit
05942344b4
56 changed files with 254 additions and 112 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue