'claimInterface' on 'USBDevice': The requested interface implements a protected class. #23657
Labels
invalid
Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry!
What type of issue is this?
Other
What information was incorrect, unhelpful, or incomplete?
const device = await navigator.usb.requestDevice({
filters: [{ vendorId: 0x072f, productId: 0x2200 }]
});
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
What did you expect to see?
I want to collect the data of the NFC card on the reader
Did you test this? If so, how?
Yes but the same issue
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/USBDevice/claimInterface
MDN metadata
MDN page report details
api.USBDevice.claimInterface
The text was updated successfully, but these errors were encountered: