mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #9029 - KiChjang:event-source, r=jdm
Implement EventSource and update test expectations Partial #8925. Most of the processing model for `EventSource` are unimplemented because we currently don't have a fetch implementation. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9029) <!-- Reviewable:end -->
This commit is contained in:
commit
238a8786de
58 changed files with 543 additions and 51 deletions
|
@ -99,6 +99,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"Element",
|
||||
"ErrorEvent",
|
||||
"Event",
|
||||
"EventSource",
|
||||
"EventTarget",
|
||||
"File",
|
||||
"FileList",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue