USBDevice: phương thức close()
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 close() của giao diện USBDevice trả về một promise được giải quyết khi tất cả các giao diện đang mở được giải phóng và phiên làm việc với thiết bị đã kết thúc.
Cú pháp
js
close()
Tham số
Không có.
Giá trị trả về
Một promise.
Thông số kỹ thuật
| Thông số kỹ thuật |
|---|
| WebUSB API> # dom-usbdevice-close> |