From 13a19f930f8834bd369d0a8968cedaf2965c2dd7 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Fri, 11 Oct 2024 15:46:38 +0200 Subject: [PATCH] Documentation update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2a1d3..6b256c6 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ The module was primarily written for web applications used by my beloved wife an # Usage in Firefox Browser -Unfortunately, Firefox does not natively support the WebSerial API, but luckily, you can use this plugin https://addons.mozilla.org/en-US/firefox/addon/webserial-for-firefox/ to add support. However, currently, uploading via file:// does not work, so you need to run practically any web server locally, for example, in Python using `python -m http.server`. The web application will then be available at http://localhost:8000, and WebSerial will function normally. +Unfortunately, Firefox does not natively support the WebSerial API, but luckily, you can use this plugin https://addons.mozilla.org/en-US/firefox/addon/webserial-for-firefox/ to add support. However, uploading via file:// does not work, because of Firefox policy, so you need to run practically any web server locally, for example, in Python using `python -m http.server`. The web application will then be available at http://localhost:8000, and WebSerial will function normally.