[presentation-api] Pull Request: Add support for allowing same-screen display

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

== Add support for allowing same-screen display ==
Addresses #476.
Add an options dictionary to PresentationRequest.start() that indicates the list of available displays that the user can choose from must include the current display.

I thought about plumbing this through to "monitor the list of available presentation displays", but this won't ever be used for getAvailability() and it wasn't clear to me how to mechanically do this in the spec (all ears if there are suggestions though!).

Once there's some consensus that this is the right approach, I'll work on adding a WPT and reference it in this PR description.

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

Received on Friday, 8 May 2020 19:22:34 UTC