Provide the source window as part of postMessage events.

This commit is contained in:
Josh Matthews 2018-12-20 16:16:51 -05:00
parent 212ae3b94a
commit 45619db0ba
12 changed files with 128 additions and 26 deletions

View file

@ -599,6 +599,7 @@ impl TaskOnce for MessageReceivedTask {
&global,
message.handle(),
Some(&ws.origin().ascii_serialization()),
None,
);
}
}