presentation-api icon indicating copy to clipboard operation
presentation-api copied to clipboard

Presentation API

Results 20 presentation-api issues
Sort by recently updated
recently updated
newest added

## 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...

v2
P3

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...

v2
P1
testing

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...

P1
testing
v1

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...

v2
P3

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...

v2
P3

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...

v2
P3

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...

v1