Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 842 Bytes

File metadata and controls

34 lines (22 loc) · 842 Bytes
title short-title slug l10n
Navigator: presentation プロパティ
presentation
Web/API/Navigator/presentation
sourceCommit
ef75c1741b450c2331204be5563ee964ad5f4c48

{{securecontext_header}}{{APIRef("Presentation API")}}

presentation は {{DOMxRef("Navigator")}} のプロパティで、プレゼンテーション API のエントリーポイントを提供し、 {{DOMxRef("Presentation")}} オブジェクトへの参照を返します。

構文

const presentation = navigator.presentation

{{DOMxRef("Presentation")}} オブジェクトへの参照。

仕様書

{{Specifications}}

ブラウザーの互換性

{{Compat}}

関連情報