USBIsochronousOutTransferResult
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.
Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.
Note: This feature is available inWeb Workers.
TheUSBIsochronousOutTransferResult interface of theWebUSB API provides the result from a call to theisochronousTransferOut() method of theUSBDevice interface. It represents the result from requesting a transfer of data from the USB host to the USB device.
In this article
Constructor
USBIsochronousOutTransferResult()ExperimentalCreates a new
USBIsochronousOutTransferResultobject with the providedpacketfield.
Instance properties
USBIsochronousOutTransferResult.packetsRead onlyExperimentalReturns an array of
USBIsochronousOutTransferPacketobjects containing the result of each request to send a packet to the device.
Specifications
| Specification |
|---|
| WebUSB API> # usbisochronousouttransferresult> |