PresentationConnection

有限可用性

此功能不是基线功能,因为它在一些最常用的浏览器中无法使用。

实验性: 这是一个 实验性技术
在生产环境中使用之前,请仔细查看 浏览器兼容性表

安全上下文:此功能仅在 安全上下文 (HTTPS) 中可用,在某些或所有 支持的浏览器 中可用。

Presentation APIPresentationConnection 接口提供了用于管理单个演示文稿的方法和属性。每个 演示文稿连接 由一个 PresentationConnection 对象表示。控制用户代理接收用户代理 必须 实现 PresentationConnection

EventTarget 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 表仅在浏览器中加载