[presentation-api] Pull Request: Updates PresentationRequest to take multiple URLs

mfoltzgoogle has just submitted a new pull request for 
https://github.com/w3c/presentation-api:

== Updates PresentationRequest to take multiple URLs ==
This PR addresses Issue #311 (Add presentation request URL fallback 
mechanism).  It modifies the PresentationRequest constructor to take 
an array of URLs each of which will be considered in order when 
starting or connecting to a presentation.

This necessitated several changes, including:
- Updating example code
- Updating interfaces, including adding a `url` property to 
PresentationConnection so the caller knows what is being presented
- Updating the set of availability objects to have a list of URLs per 
object
- Updating the list (set?) of available presentation displays to keep 
track of which displays are compatible with which URLs so the start 
algorithm can choose the appropriate URL for the chosen display
- Various other algorithm and wording updates

@mounirlamouri @tidoust @sicking @schien Please take a look.

See https://github.com/w3c/presentation-api/pull/316

Received on Monday, 13 June 2016 23:10:38 UTC