|
|
|
|
|
by ultimatt42
804 days ago
|
|
FWIW Mozilla updated their position on Web Serial API to "neutral" and clarified that they might be okay with enabling the API with an add-on. https://mozilla.github.io/standards-positions/#webserial Allowing serial but not HID would be really strange. With HID you get standard identifiers that let you filter out devices that are too dangerous for the web. With serial you get nothing. Even if you know a device is dangerous, there's no way to protect users from it. |
|