You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello. First of all, due to personal circumstances, I need to use the web serial API in a firefox environment. Thank you for providing such a beautiful program!
However, I have a question regarding filter options.
I am using the filter option like this in my code, but in the latest Linux release, this filter option does not work and all ports are searched.
< my code in Chrome web serial api >
port = await navigator.serial.requestPort({ filters: [{ usbVendorId: myVendorId }] });
The text was updated successfully, but these errors were encountered:
hello. First of all, due to personal circumstances, I need to use the web serial API in a firefox environment. Thank you for providing such a beautiful program!
However, I have a question regarding filter options.
I am using the filter option like this in my code, but in the latest Linux release, this filter option does not work and all ports are searched.
< my code in Chrome web serial api >
port = await navigator.serial.requestPort({ filters: [{ usbVendorId: myVendorId }] });
The text was updated successfully, but these errors were encountered: