Properly set the origin on websocket messages

This commit is contained in:
Bastien Orivel 2018-08-16 13:32:52 +02:00
parent 89ab110357
commit a1925aab52
6 changed files with 17 additions and 17 deletions

View file

@ -2113,6 +2113,7 @@ impl Window {
this.upcast(),
this.upcast(),
message_clone.handle(),
None
);
});
// FIXME(nox): Why are errors silenced here?