演示文稿
Presentation
可以在上下文中定义为两种可能的 User Agent:控制 User Agent 和接收 User Agent。
在控制浏览上下文中,Presentation
接口提供了一种机制来覆盖浏览器将演示文稿启动到外部屏幕的默认行为。在接收浏览上下文中,Presentation
接口提供了对可用演示文稿连接的访问。
实例属性
Presentation.defaultRequest
实验性-
在 控制 User Agent 中,
defaultRequest
属性必须返回 默认演示文稿请求(如果有),否则返回null
。在 接收浏览上下文 中,它必须返回null
。 Presentation.receiver
实验性-
在 接收 User Agent 中,
receiver
属性必须返回与 接收浏览上下文 关联的PresentationReceiver
实例,并由 接收 User Agent 在创建 接收浏览上下文 时创建。
实例方法
无。
规范
规范 |
---|
演示 API # interface-presentation |
浏览器兼容性
BCD 表格仅在启用 JavaScript 的浏览器中加载。