PresentationConnection
Presentation API 的 PresentationConnection
接口提供了用于管理单个演示文稿的方法和属性。每个 演示文稿连接 由一个 PresentationConnection
对象表示。控制用户代理 和 接收用户代理 必须 实现 PresentationConnection
。
实例属性
PresentationConnection.binaryType
实验性-
返回 blob 或 arrayBuffer。当创建
PresentationConnection
对象时,它的binaryType
IDL 属性必须设置为字符串 "arraybuffer
"。 PresentationConnection.id
只读 实验性-
提供演示文稿连接标识符。
PresentationConnection.state
只读 实验性-
返回 演示文稿连接 的当前状态。
PresentationConnection.url
只读 实验性-
返回用于创建或重新连接到演示文稿的 URL。
实例方法
PresentationConnection.close()
实验性-
关闭当前连接并向
close
事件发送PresentationConnectionCloseEvent
。 PresentationConnection.send()
实验性-
在控制浏览上下文和演示浏览上下文之间发送二进制或文本数据。
PresentationConnection.terminate()
实验性-
终止当前连接并触发
terminate
事件。
事件
close
实验性-
当调用
PresentationConnection.close()
时触发。 connect
实验性-
建立演示文稿连接时触发。
message
实验性-
当调用
PresentationConnection.send()
时触发。 terminate
实验性-
当调用
PresentationConnection.terminate()
时触发。
规范
规范 |
---|
Presentation API # interface-presentationconnection |
浏览器兼容性
BCD 表仅在浏览器中加载