From 42ff89ffd76b7ab64258289a79005fce2d7dea6f Mon Sep 17 00:00:00 2001 From: Piclaw Date: Mon, 25 May 2026 15:01:37 -0700 Subject: [PATCH] Note Firefox 151 support in Web Serial unavailable message Firefox 151 (released 2026-05-19) ships Web Serial enabled by default on desktop, so the editor's connection prompt should no longer tell users that Web Serial is Chromium-only. Updates the modal copy so users on Firefox 151+ know they're on a supported browser, while keeping the existing chrome://flags hint for the older Chrome 78-89 window. --- index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3d243ff..bf2724e 100644 --- a/index.html +++ b/index.html @@ -316,9 +316,8 @@

Navigate to your Device

Web Serial not available!

-

Web Serial is currently only supported in Chromium-based browsers.

-

For versions of Google Chrome between versions 78-89, Web Serial needs to manually be enabled. On recent browsers, this feature is enabled by default. If you are on an older version of the browser, - you may be able to enable Web Serial with the +

Web Serial is supported in Chromium-based browsers (Chrome, Edge, Opera, etc.) and in Firefox 151 or later on desktop.

+

On a recent Chromium-based browser or Firefox 151+, this feature is enabled by default — please make sure your browser is up to date. For versions of Google Chrome between 78 and 89, you may be able to enable Web Serial with the about://flags/#enable-experimental-web-platform-features flag.