зеркало из https://github.com/mozilla/gecko-dev.git
bug 1523104: remote: signal that transport is ready when connection is created; r=ochameau
This commit is contained in:
Родитель
c889849aa3
Коммит
028b0ea0a5
|
@ -19,6 +19,8 @@ class Connection {
|
|||
|
||||
this.transport.hooks = this;
|
||||
this.onmessage = () => {};
|
||||
|
||||
this.transport.ready();
|
||||
}
|
||||
|
||||
send(message) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче