BluetoothRemoteGATTCharacteristic: Methode getDescriptors()
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimentell: Dies ist eine experimentelle Technologie
Überprüfen Sie die Browser-Kompatibilitätstabelle sorgfältig vor der Verwendung auf produktiven Webseiten.
Sicherer Kontext: Diese Funktion ist nur in sicheren Kontexten (HTTPS) in einigen oder allen unterstützenden Browsern verfügbar.
Die BluetoothRemoteGATTCharacteristic.getDescriptors()
-Methode
gibt ein Promise
zurück, das auf ein Array
von allen
BluetoothRemoteGATTDescriptor
-Objekten für eine gegebene Descriptor-UUID aufgelöst wird.
Syntax
getDescriptors(bluetoothDescriptorUUID)
Parameter
Keine.
Rückgabewert
Ein Promise
, das auf ein Array
von BluetoothRemoteGATTDescriptor
-Objekten aufgelöst wird.
Spezifikationen
Specification |
---|
Web Bluetooth # dom-bluetoothremotegattcharacteristic-getdescriptors |
Browser-Kompatibilität
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
getDescriptors |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.
- See implementation notes.