Back to Content

USBDevice: configurations property

files/en-us/web/api/usbdevice/configurations/index.md

latest420 B
Original Source

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

The configurations read only property of the {{domxref("USBDevice")}} interface an {{jsxref("array")}} of device-specific interfaces for controlling a paired USB device.

Value

An {{jsxref("array")}} of {{domxref("USBConfiguration")}} objects.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}