A
object is used to initiate or reconnect to a presentation made by a controlling browsing context. The PresentationRequest
object MUST be implemented in a controlling browsing context provided by a controlling user agent.PresentationRequest
When a
is constructed, the given PresentationRequest
urls
MUST be used as the list of presentation request URLs which are each a possible presentation URL for the
instance.PresentationRequest
Constructor
PresentationRequest()
- Creates a PresentationRequest.
Properties
None
Event handlers
PresentationRequest.onconnectionavailable
- Fires on a successful call to
PresentationRequest.start()
orPresentationRequest.join()
. This method provides a object with a reference to the created or joined object.
Methods
PresentationRequest.start()
- Returns a
Promise
that resolves with aPresentationConnection
after the user agent prompts the user to select a display and grant permission to use that display. PresentationRequest.reconnect()
- When the
reconnect(presentationId)
method is called on aPresentationRequest
presentationRequest, the user agent MUST run the following steps to reconnect to a presentation. PresentationRequest.getAvailability()
- When the
getAvailability()
method is called, the user agent MUST run the steps as the link.
Specifications
Specification | Status | Comment |
---|---|---|
Presentation API The definition of 'PresentationRequest interface' in that specification. |
Candidate Recommendation | Initial definition. |
Browser Compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
PresentationRequest | Chrome Full support 48 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support 35 | Safari ? | WebView Android No support No | Chrome Android Full support 48 | Firefox Android
Full support
51
| Opera Android Full support 35 | Safari iOS ? | Samsung Internet Android Full support Yes |
PresentationRequest() constructor | Chrome Full support 48 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support 35 | Safari ? | WebView Android No support No | Chrome Android Full support 48 | Firefox Android
Full support
51
| Opera Android Full support 35 | Safari iOS ? | Samsung Internet Android ? |
getAvailability | Chrome Full support 48 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support 35 | Safari ? | WebView Android No support No | Chrome Android Full support 48 | Firefox Android
Full support
51
| Opera Android Full support 35 | Safari iOS ? | Samsung Internet Android Full support Yes |
onconnectionavailable | Chrome Full support 48 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support 35 | Safari ? | WebView Android No support No | Chrome Android Full support 48 | Firefox Android
Full support
51
| Opera Android Full support 35 | Safari iOS ? | Samsung Internet Android Full support Yes |
reconnect | Chrome Full support 48 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support 35 | Safari ? | WebView Android No support No | Chrome Android Full support 48 | Firefox Android
Full support
51
| Opera Android Full support 35 | Safari iOS ? | Samsung Internet Android Full support Yes |
Secure context required | Chrome Full support 61 | Edge ? | Firefox ? | IE No support No | Opera Full support 48 | Safari ? | WebView Android No support No | Chrome Android Full support 61 | Firefox Android ? | Opera Android Full support 45 | Safari iOS ? | Samsung Internet Android ? |
start | Chrome Full support 48 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support 35 | Safari ? | WebView Android No support No | Chrome Android Full support 48 | Firefox Android
Full support
51
| Opera Android Full support 35 | Safari iOS ? | Samsung Internet Android Full support Yes |
startWithDevice | Chrome Full support 48 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support 35 | Safari ? | WebView Android No support No | Chrome Android Full support 48 | Firefox Android
Full support
51
| Opera Android Full support 35 | Safari iOS ? | Samsung Internet Android ? |
Legend
- Full support
- Full support
- No support
- No support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.
- Experimental. Expect behavior to change in the future.
- User must explicitly enable this feature.
- User must explicitly enable this feature.