diff --git a/files/ja/web/api/navigator/bluetooth/index.md b/files/ja/web/api/navigator/bluetooth/index.md new file mode 100644 index 00000000000000..c58900dac7e8f7 --- /dev/null +++ b/files/ja/web/api/navigator/bluetooth/index.md @@ -0,0 +1,27 @@ +--- +title: "Navigator: bluetooth プロパティ" +short-title: bluetooth +slug: Web/API/Navigator/bluetooth +l10n: + sourceCommit: 79776c322adb0524ffc83d49c7fd7b7801e413ec +--- + +{{APIRef("Bluetooth API")}}{{SeeCompatTable}}{{secureContext_header}} + +**`bluetooth`** は {{domxref("Navigator")}} インターフェイスの読み取り専用プロパティで、現在の文書の {{domxref("Bluetooth")}} オブジェクトを返し、 [Web Bluetooth API](/ja/docs/Web/API/Web_Bluetooth_API) の機能へアクセスできるようにします。 + +## 値 + +{{domxref("Bluetooth")}} オブジェクトです。 + +## 仕様書 + +{{Specifications}} + +## ブラウザーの互換性 + +{{Compat}} + +## 関連情報 + +- [Web Bluetooth API](/ja/docs/Web/API/Web_Bluetooth_API)