this post was submitted on 15 Apr 2026
75 points (100.0% liked)

Firefox

22661 readers
1 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] dan@upvote.au 7 points 1 week ago* (last edited 1 week ago) (1 children)

not dependent on the server

It doesn't have to be - a developer could also provide a HTML file that the user can download and open locally.

And to be honest, if someone had to build a user-friendly cross-platform GUI app for connecting to some sort of serial device, they'd probably just end up using web technologies (Electron or Tauri) anyways. May as well avoid the extra overhead of Electron.

[โ€“] thingsiplay@lemmy.ml 1 points 1 week ago

I encountered such programs in the past. It's basically simple HTML with JavaScript, to run with my "favorite" browser and not being packaged as an Electron app. But that is very rare. Still better than dependent on the server, which solves a huge issue (which was my point). But the other point isn't solved, if the person is "forced" to use a browser he or she does not like.