Issue metadata
Sign in to add a comment
|
[Presentation API] PresentationConnection onconnect event not fired |
||||||||||||||||||||||||
Issue description
var request = new PresentationRequest(url);
request.start()
.then(function(connection) {
connection.onconnect = function() {
console.log("connection.onconnect");
};
});
expect: onconnect event fired;
actual: onconnect event not fired.
,
Oct 26 2016
,
Jan 30 2017
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Oct 26 2016