Back to Content

USBConfiguration: configurationName property

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

latest655 B
Original Source

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

The configurationName read-only property of the {{domxref("USBConfiguration")}} interface returns the name provided by the device to describe this configuration. This is equal to the value of the string descriptor with the index provided in the iConfiguration field of the configuration descriptor defining this configuration.

Value

The name provided by the device to describe this configuration.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}