USBDevice: phương thức isochronousTransferOut()

Khả dụng hạn chế

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

Note: This feature is available in Web Workers.

Phương thức isochronousTransferOut() của giao diện USBDevice trả về một Promise được giải quyết với USBIsochronousOutTransferResult khi thông tin nhạy cảm về thời gian đã được truyền từ thiết bị USB.

Cú pháp

js
isochronousTransferOut(endpointNumber, data, packetLengths)

Tham số

endpointNumber

Số của một điểm cuối dành riêng cho thiết bị (bộ đệm).

data

Một TypedArray chứa dữ liệu cần gửi tới thiết bị.

packetLengths

Một mảng các độ dài cho các gói tin đang được truyền.

Giá trị trả về

Một Promise được giải quyết với USBIsochronousOutTransferResult.

Thông số kỹ thuật

Thông số kỹ thuật
WebUSB API
# dom-usbdevice-isochronoustransferout

Tương thích trình duyệt