this post was submitted on 18 Jan 2024
369 points (97.9% liked)

Firefox

18151 readers
6 users here now

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

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/10829773

Teams apparently can't call when using Firefox

Teams also doesn't support multiple "work" accounts, so I had to boot up a laptop to accept the call. 🤷

you are viewing a single comment's thread
view the rest of the comments
[–] DacoTaco 2 points 1 year ago (1 children)

It running on m1 macbooks is no sign of arm support as macos has a translation layer to translate x86/x64 to arm64. However, electron apparently has arm64 support on macos since version 10.
Electron is basically chrome and it shows lol.

[–] [email protected] 1 points 1 year ago

It literally embeds Chrome in an application layer with a Node.js layer on top for application logic. So unless Electron maintainers royally screw it up (or a particular app embeds non-JS code), it should work on all platforms Chrome supports.