web api interface
USBIsochronousOutTransferResult
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
USBIsochronousOutTransferResult()Experimental- : Creates a new
USBIsochronousOutTransferResultobject with the providedpacketfield.
- : Creates a new
Instance properties
packetsRead only Experimental- : Returns an array of
USBIsochronousOutTransferPacketobjects containing the result of each request to send a packet to the device.
- : Returns an array of
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.