Re: [presentation-api] Define whether multiple simultaneous calls are permitted to startSession()

The current spec reads:

> While there is a pending call to <code>startSession</code> asking 
the user to select a screen (that the user has not yet accepted or 
canceled), the browser may choose to reject subsequent calls to 
`startSession` from the same page, by returning a `Promise` that never
 resolves. This will prevent the browser from needing to 'queue up' 
requests to present to the user.

It seems more logical to have all pending `Promises` resolve or reject
 identically.  

-- 
GitHub Notif of comment by mfoltzgoogle
See 
https://github.com/w3c/presentation-api/issues/21#issuecomment-73626339

Received on Tuesday, 10 February 2015 01:17:31 UTC