Bluetooth
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Web 蓝牙 API 的 Bluetooth
接口提供了查询蓝牙可用性和请求访问这些设备的方法。
实例属性
从其父接口 EventTarget
继承属性。
实例方法
Bluetooth.getAvailability()
实验性-
返回一个
Promise
,其会兑现一个指示用户代理是否支持蓝牙的布尔值。一些用户代理允许用户配置一个指定该方法返回值的选项。 Bluetooth.getDevices()
实验性-
返回一个
Promise
,其会兑现一个包含当前来源允许访问的BluetoothDevice
的数组。权限是通过先前调用Bluetooth.requestDevice()
获得的。 Bluetooth.requestDevice()
实验性-
返回一个
Promise
,其会兑现匹配指定选项的BluetoothDevice
对象。
规范
Specification |
---|
Web Bluetooth # bluetooth |
浏览器兼容性
BCD tables only load in the browser