W3cubDocs

/Web APIs

PresentationRequest: start() method

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The start() property of the PresentationRequest interface returns a Promise that resolves with a PresentationConnection after the user agent prompts the user to select a display and grant permission to use that display.

Syntax

js

start()

Parameters

None.

Return value

A Promise that resolves with a PresentationConnection.

Security

Transient user activation is required. The user has to interact with the page or a UI element in order for this feature to work.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
start 47 79 No No 34 No No 47 No 34 No 5.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PresentationRequest/start