Re: [presentation-api] Updates to PR #277 that addresses issues #254, #269, #273

Could there be any difference in API behavior with one choice or the 
other?  For example what does it mean to run the following:

```
PresentationReceiver.connectionList.then(function(list) { 
console.log("first"); })
PresentationReceiver.connectionList.then(function(list) { 
console.log("second"); })
```

Do we expect to see "first", "second" or just "second"?


 

-- 
GitHub Notification of comment by mfoltzgoogle
Please view or discuss this issue at 
https://github.com/w3c/presentation-api/pull/278#issuecomment-212158680
 using your GitHub account

Received on Tuesday, 19 April 2016 22:48:04 UTC