mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Provide the source window as part of postMessage events.
This commit is contained in:
parent
212ae3b94a
commit
45619db0ba
12 changed files with 128 additions and 26 deletions
|
@ -238,6 +238,7 @@ impl EventSourceContext {
|
|||
false,
|
||||
data.handle(),
|
||||
DOMString::from(self.origin.clone()),
|
||||
None,
|
||||
event_source.last_event_id.borrow().clone(),
|
||||
)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue