I am working on developing a Chrome extension that uses the Web Serial API, to communicate with ESP32 board that is connected via USB.I did some tests but the ''navigator.serial' object doesn't seem to be accessible from a Chrome extension. However, it's unclear to me how to reference it.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/4fa3985b-ccc3-45f6-a1b0-621bb10b4e6en%40chromium.org.
the ''navigator.serial' object doesn't seem to be accessible from a Chrome extension
I am working on developing a Chrome extension that uses the Web Serial API, to communicate with ESP32 board that is connected via USB.I did some tests but the ''navigator.serial' object doesn't seem to be accessible from a Chrome extension. However, it's unclear to me how to reference it.
--
What do you mean that it can work in all extension pages?