Limited availability
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The Bluetooth
interface of the Web Bluetooth API provides methods to query Bluetooth availability and request access to devices.
Inherits properties from its parent EventTarget
.
Bluetooth.getAvailability()
Experimental
Returns a Promise
that resolves to a boolean value indicating whether the user agent can support Bluetooth. Some user agents let the user configure an option that specifies what value is returned by this method.
Bluetooth.getDevices()
Experimental
Returns a Promise
that resolves to an array of BluetoothDevice
s this origin is allowed to access. Permission is obtained via previous calls to Bluetooth.requestDevice()
.
Bluetooth.requestDevice()
Experimental
Returns a Promise
that resolves to a BluetoothDevice
object matching the specified options.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4