Back to Content

USBDevice: usbVersionSubminor property

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

latest536 B
Original Source

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

The usbVersionSubminor read only property of the {{domxref("USBDevice")}} interface is one of three properties that declare the USB protocol version supported by the device. The other two properties are USBDevice.usbVersionMajor and USBDevice.usbVersionMinor.

Value

The first of three properties that declare the USB protocol version supported by the device.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}