Back to Content

Navigator: bluetooth property

files/en-us/web/api/navigator/bluetooth/index.md

latest511 B
Original Source

{{APIRef("Bluetooth API")}}{{SeeCompatTable}}{{secureContext_header}}

The bluetooth read-only property of the {{domxref("Navigator")}} interface returns a {{domxref("Bluetooth")}} object for the current document, providing access to Web Bluetooth API functionality.

Value

A {{domxref("Bluetooth")}} object.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also