Hacker News new | ask | show | jobs
by HWR_14 448 days ago
If my users are using an old version of Chromium, I probably want to support that and test on it.
1 comments

Sure. Chromium is an evergreen browser, which means it's continuously patched and updated in the background. Getting a pinned Chromium version takes quite a lot of work, and really only happens in very specific, controlled environments.

If you happen to work in such an environment you have vastly different considerations from the other 99% of developers building websites and apps on the public facing web.