--- 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")}}

関連情報