Back to Content

USBConfiguration: interfaces property

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

latest460 B
Original Source

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

The interfaces read-only property of the {{domxref("USBConfiguration")}} interface returns an array containing instances of the {{domxref('USBInterface')}} describing each interface supported by this configuration.

Value

An array containing instances of {{domxref('USBInterface')}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}