语法
js
const presentation = navigator.presentation
值
Presentation 对象的引用。
规范
| 规范 |
|---|
| Presentation API> # dom-navigator-presentation> |
此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。
Navigator 接口的 presentation 只读属性是呈现 API 的入口点,用于返回对 Presentation 对象的引用。
const presentation = navigator.presentation
Presentation 对象的引用。
| 规范 |
|---|
| Presentation API> # dom-navigator-presentation> |