зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1508824 - SharedWorker.onconnect event should be a MessageEvent with an empty string as data, r=asuth
This commit is contained in:
Родитель
bc5b682ce2
Коммит
c55d254325
|
@ -4957,6 +4957,7 @@ WorkerPrivate::ConnectMessagePort(JSContext* aCx,
|
|||
}
|
||||
|
||||
RootedDictionary<MessageEventInit> init(aCx);
|
||||
init.mData = JS_GetEmptyStringValue(aCx);
|
||||
init.mBubbles = false;
|
||||
init.mCancelable = false;
|
||||
init.mSource.SetValue().SetAsMessagePort() = port;
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[connect-event.html]
|
||||
[connect event]
|
||||
expected: FAIL
|
||||
|
Загрузка…
Ссылка в новой задаче