presentation-api
presentation-api copied to clipboard
Presentation API
## Proposal Enable a Web application to turn itself into a Presentation session so that it can be discovered by others. A possible technical solution would be to use a...
Currently a good portion of our web platform tests require manual intervention. This task tracks the work to implement a testing API to allow the tests to: 1. Create and...
When doing a larger change spanning across components it is often helpful to have a single issue for tracking the bigger change. This is such a "meta issue" for tracking...
This is a placeholder for discussion of capability detection for presentation displays. Basically, the controller may want to provide more detailed constraints on the display through the API to further...
The assumption thus far is that the user agent is the only entity that can determine what screens are available for presentation. However, some sites will be able to access...
In Issue #163 @domenic and I discussed the possibility for adding Streams-compatible APIs for messaging to the PresentationConnection. While it looks like timelines don't line up to add this work...
The [steps for `getAvailability()`](https://www.w3.org/TR/presentation-api/#getting-the-presentation-displays-availability-information) have an optimization (?) to return (sometimes) a pre-existing `Promise` from a previous call to `getAvailability()`. However this isn't consistent with other specs that always return...
ReSpec now references the `httpwg.org` versions of RFCs when they exist. Unfortunately, these versions use different fragment identifiers. *** Preview | Diff
I've been reading the closed issues and I've skimmed through the spec before posting this. I don't really understand why I'm not allowed to get a list of objects containing...
In latest Chrome at least, if I present a url of /presentation.html (ie within the same origin as the main page) but serve `Cross-Origin-Opener-Policy: same-origin` on that, chrome returns a...