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 }] });

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 }] });