The PresentationConnection interface of the Presentation API provides methods and properties for managing a single presentation. Each presentation connection is represented by a PresentationConnection object. Both the controlling user agent and receiving user agent MUST implement PresentationConnection.
PresentationConnection.binaryTypePresentationConnection object is created, its binaryType IDL attribute MUST be set to the string " arraybuffer".PresentationConnection.id Read only
PresentationConnection.state Read only
state attribute represents the presentation connection's current state.PresentationConnection.onclosePresentationConnection.close().PresentationConnection.onconnectPresentationConnection.onmessagePresentationConnection.send().PresentationConnection.onterminatedPresentationConnection.terminate().PresentationConnection.close()PresentationConnectionCloseEvent to PresentationConnection.onclosed.PresentationConnection.send()PresentationConnection.terminate()PresentationConnection.onterminated.| Specification | Status | Comment |
|---|---|---|
| Presentation API The definition of 'PresentationConnection interface' in that specification. | Candidate Recommendation | Initial definition. |
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| Basic support | 48.0 | ? | ? | ? | ? |
| close() | 49.0 | ||||
onconnect, onclose, onterminate
| 50.0 |
| Feature | Android | Android Webview | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
|---|---|---|---|---|---|---|---|---|
| Basic support | No support | No support | ? | ? | ? | ? | ? | 48.0 |
| close() | No support | No support | 49.0 | |||||
onconnect, onclose, onterminate
| No support | No support | 50.0 |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection