这是
实验性技术
检查
浏览器兼容性表格
要小心谨慎在生产中使用这之前。
安全上下文
此特征只可用于
安全上下文
(HTTPS),在某些或所有
支持浏览器
.
PresentationConnection
接口在
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.binaryType
PresentationConnection
object is created, its
binaryType
IDL attribute
MUST
be set to the string "
arraybuffer
".
PresentationConnection.id
只读
Provides the presentation connection identifier.
PresentationConnection.state
只读
PresentationConnection.url
只读
Returns the URL used to create or reconnect to the presentation.
PresentationConnection.onclose
PresentationConnection.close()
.
PresentationConnection.onconnect
Fired when a presentation connection is established.
PresentationConnection.onmessage
PresentationConnection.send()
.
PresentationConnection.onterminated
PresentationConnection.terminate()
.
PresentationConnection.close()
PresentationConnectionCloseEvent
to
PresentationConnection.onclosed
.
PresentationConnection.send()
Sends either binary or text data between a controlling browsing context and a presenting browsing context.
PresentationConnection.terminate()
PresentationConnection.onterminated
.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Presentation API
The definition of 'PresentationConnection interface' in that specification. |
候选推荐 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
PresentationConnection
|
Chrome 48 | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android 48 | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android 5.0 |
binaryType
|
Chrome Yes | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android Yes | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android Yes |
close
|
Chrome 49 | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android 49 | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android 5.0 |
id
|
Chrome 48 | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android 48 | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android 5.0 |
onclose
|
Chrome 50 | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android 50 | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android 5.0 |
onconnect
|
Chrome 50 | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android 50 | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android 5.0 |
onmessage
|
Chrome Yes | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android Yes | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android Yes |
onterminate
|
Chrome 50 | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android 50 | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android 5.0 |
send
|
Chrome 48 | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android 48 | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android 5.0 |
state
|
Chrome 48 | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android 48 | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android 5.0 |
terminate
|
Chrome Yes | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android Yes | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android Yes |
url
|
Chrome 57 | Edge ≤79 | Firefox 51 | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android 57 | Firefox Android 51 | Opera Android Yes | Safari iOS ? | Samsung Internet Android 7.0 |
完整支持
不支持
兼容性未知
实验。期望将来行为有所改变。
用户必须明确启用此特征。