bug 1523104: remote: signal that transport is ready when connection is created; r=ochameau

This commit is contained in:
Andreas Tolfsen 2019-03-07 22:15:35 +00:00
Родитель c889849aa3
Коммит 028b0ea0a5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,8 @@ class Connection {
this.transport.hooks = this;
this.onmessage = () => {};
this.transport.ready();
}
send(message) {