WICG / serial

Serial ports API for the platform.
https://wicg.github.io/serial/
Other
256 stars 48 forks source link

"Match any filter" algorithm actually matches all filters #179

Closed nondebug closed 1 year ago

nondebug commented 1 year ago

The algorithm for "match any filter" returns false if any filter does not match the port. It should instead return true if any filter matches.