Back to Content

USBConfiguration: configurationValue property

files/en-us/web/api/usbconfiguration/configurationvalue/index.md

latest767 B
Original Source

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The configurationValue read-only property of the {{domxref("USBConfiguration")}} interface returns the configuration value of this configuration. This is equal to the bConfigurationValue field of the configuration descriptor provided by the device defining this configuration.

Value

The configuration descriptor of the {{domxref("USBDevice")}} specified in the constructor of the current {{domxref("USBConfiguration")}} instance.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}