web api instance method
USBDevice: selectAlternateInterface() method
Limited availabilitySecure contextAvailable in workers
The selectAlternateInterface() method of the
USBDevice interface returns a Promise that resolves when
the specified alternative endpoint is selected.
Syntax
selectAlternateInterface(interfaceNumber, alternateSetting)
Parameters
interfaceNumber- : The index of one of the interfaces supported by the device. Interfaces are device-specific.
alternateSetting- : The configuration of the selected interface.
Return value
A Promise.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.