mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -48,6 +48,7 @@ extern crate heapsize;
|
|||
#[macro_use] extern crate heapsize_derive;
|
||||
extern crate html5ever;
|
||||
#[macro_use] extern crate html5ever_atoms;
|
||||
#[macro_use]
|
||||
extern crate hyper;
|
||||
extern crate hyper_serde;
|
||||
extern crate image;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue