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
PresentationConnection.url Read only
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 | ? | ? | ? | ? |
| close() | 49 | ? | ? | ? | ? |
onconnect, onclose, onterminate
| 50 | ? | ? | ? | ? |
url | 57 | ? | ? | ? | ? |
| Feature | Android Webview | Chrome for Android | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|---|
| Basic support | No support | 48 | ? | ? | ? | ? | ? |
| close() | No support | 49 | ? | ? | ? | ? | ? |
onconnect, onclose, onterminate
| No support | 50 | ? | ? | ? | ? | ? |
url | No support | 57 | ? | ? | ? | ? | ? |
© 2005–2018 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