- From: François Daoust via GitHub <sysbot+gh@w3.org>
- Date: Tue, 19 Apr 2016 10:25:44 +0000
- To: public-secondscreen@w3.org
I updated the PR based on your feedback. I confess I do not know whether two consecutive retrieval of `connectionList` should return the same settled Promise. When the promise is unsettled, it makes sense to reuse it. When the promise is settled, I thought user agents might want to garbage collect that object whenever possible. Trying to find a similar example elsewhere, I bumped into the Battery Status API spec, which seems to reuse the same promise: http://www.w3.org/TR/battery-status/#the-navigator-interface I would suggest to ask the editors... @anssiko and @mounirlamouri, should getting the `connectionList` property always return the same promise? (and why?) -- GitHub Notification of comment by tidoust Please view or discuss this issue at https://github.com/w3c/presentation-api/pull/278#issuecomment-211846796 using your GitHub account
Received on Tuesday, 19 April 2016 10:25:57 UTC