gpt4 book ai didi

google-chrome - WebUSB API protected 接口(interface)类错误

转载 作者:行者123 更新时间:2023-12-02 17:54:22 25 4
gpt4 key购买 nike

我正在尝试在 Chrome 67 中使用 WebUSB api。以下代码在一个月前运行正常。我不确定是否有什么改变或者我是否遗漏了一些东西。我现在遇到的错误是在我尝试声明该接口(interface)时发生的。

错误消息如下:DOMException:请求的接口(interface)实现了 protected 类。尝试声明 USB 设备接口(interface)已被阻止,因为它实现了 protected 接口(interface)类。

  window.setInterval(function() {
navigator.usb.getDevices({ filters: [{ vendorId: 0x0b67 }]
}).then(function(devices) {
device = devices[0];
return device.open();
}).then(function() {
return device.selectConfiguration(1);
}).then(function() {
return device.claimInterface(0);
}).then(function() {
return device.transferIn(1, 6);

我找不到有关该错误的任何信息,任何信息将不胜感激。

最佳答案

关于google-chrome - WebUSB API protected 接口(interface)类错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50591991/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com