mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove preferences in EventSource.webidl
This commit is contained in:
parent
388c3bff7b
commit
9afc17cd3a
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue