--- title: Navigator.presentation slug: Web/API/Navigator/presentation translation_of: Web/API/Navigator/presentation ---
{{SeeCompatTable}}{{securecontext_header}}{{APIRef("Presentation API")}}
presentation
は {{DOMxRef("Navigator")}} のプロパティで、 Presentation API のエントリーポイントを提供し、 {{DOMxRef("Presentation")}} オブジェクトへの参照を返します。
const presentation = navigator.presentation
{{DOMxRef("Presentation")}} オブジェクトへの参照。
仕様書 | 状態 | 備考 |
---|---|---|
{{SpecName("Presentation","#dom-navigator-presentation","Navigator.presentation")}} | {{Spec2('Presentation')}} | 初回定義 |
{{Compat("api.Navigator.presentation")}}