New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 655840 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 684664
Owner:
Last visit > 30 days ago
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[Presentation API] PresentationConnection onconnect event not fired

Project Member Reported by zhaobin@chromium.org, Oct 13 2016

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.
 

Comment 2 by sko...@chromium.org, Oct 26 2016

Owner: zhaobin@chromium.org
Status: Assigned (was: Untriaged)
Mergedinto: 684664
Status: Duplicate (was: Assigned)

Sign in to add a comment