Firefox Tomorrow

web api interface

USBIsochronousOutTransferResult

View on MDN ↗

Limited availabilitySecure contextAvailable in workers

The USBIsochronousOutTransferResult interface of the WebUSB API provides the result from a call to the isochronousTransferOut() method of the USBDevice interface. It represents the result from requesting a transfer of data from the USB host to the USB device.

Constructor

Instance properties

  • packets Read only Experimental
    • : Returns an array of USBIsochronousOutTransferPacket objects containing the result of each request to send a packet to the device.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.