USBDevice: phương thức releaseInterface()
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 releaseInterface() của giao diện USBDevice trả về một promise được giải quyết khi giao diện đã chiếm giữ được giải phóng khỏi truy cập độc quyền.
Cú pháp
js
releaseInterface(interfaceNumber)
Tham số
interfaceNumber-
Chỉ mục dành riêng cho thiết bị của giao diện hiện đang được chiếm giữ.
Giá trị trả về
Một promise.
Thông số kỹ thuật
| Thông số kỹ thuật |
|---|
| WebUSB API> # dom-usbdevice-releaseinterface> |