- From: Mark Foltz via GitHub <sysbot+gh@w3.org>
- Date: Tue, 19 Apr 2016 22:48:02 +0000
- To: public-secondscreen@w3.org
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