hisorange / browser-detect

Browser Detection for Laravel by hisorange!
https://browser-detect.com
MIT License
1.08k stars 143 forks source link

Support for Chromium #173

Closed kaiserkiwi closed 2 years ago

kaiserkiwi commented 3 years ago

Hello there,

I was wondering if it would be possible to add Chromium support. Browsers like Edge, Chrome or Vivaldi all run with Chromium and therefore render everything pretty much identically. It would make queries much easier if I didn't have to check for Edge, Vivaldi, Brave, Opera, etc. and their respective version numbers. (The Version of Edge is identically with Chromium, but Vivaldi has it's own versioning)

So is it possible to add support for an isChromium() method plus Chromium version number?

hisorange commented 3 years ago

Yep, sounds useful!

I will do the planning for it in the next days.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.