这是
实验性技术
检查
浏览器兼容性表格
要小心谨慎在生产中使用这之前。
BluetoothRemoteGATTCharacteristic.readValue()
方法返回
Promise
that resolves to a
DataView
holding a duplicate of the
value
property if it is available and supported. Otherwise it throws an error.
BluetoothRemoteGATTCharacteristic.readValue().then(function(dataView) { ... })
A
Promise
that resolves to an
DataView
.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Web Bluetooth
The definition of 'readValue()' in that specification. |
草案 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
readValue
|
Chrome
56
|
Edge
≤79
|
Firefox No | IE No |
Opera
43
|
Safari No | WebView Android No | Chrome Android 56 | Firefox Android No | Opera Android 43 | Safari iOS No | Samsung Internet Android 6.0 |
完整支持
不支持
实验。期望将来行为有所改变。
见实现注意事项。
用户必须明确启用此特征。