mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
continue messageport, transferable, postmessage options
This commit is contained in:
parent
c3b17c1201
commit
2f8932a6a1
100 changed files with 2456 additions and 1171 deletions
|
@ -236,7 +236,7 @@ impl EventSourceContext {
|
|||
DOMString::from(self.origin.clone()),
|
||||
None,
|
||||
event_source.last_event_id.borrow().clone(),
|
||||
vec![],
|
||||
Vec::with_capacity(0),
|
||||
)
|
||||
};
|
||||
// Step 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue