mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Auto merge of #13774 - KiChjang:event-source-constructor, r=jdm
Finish up the implementation of EventSource Full implementation of EventSource, complete with closing and reopening streams. Fixes #8925. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13774) <!-- Reviewable:end -->
This commit is contained in:
commit
579ab2d99c
70 changed files with 582 additions and 470 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