Hacker News new | ask | show | jobs
by philsnow 2142 days ago
> this browser isn't a bundled Chromium, but the browser engine that's integrated with the operating system

so I wouldn't have to worry about various electron app packages shipping with versions of Chromium from three years ago?

1 comments

The downside is that as the application developer you no longer can control the browser version your code is running on, so you may need different code paths for WebKit vs Edge, or old vs new browser versions, but this is the same problem normal webpages have to deal with.

But at least you can call out into native code and native operating system APIs, unlike "real" web applications.