You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of migrating my application from v1.9.4 to v2 and noticed that ChromeOS is no longer detectable as a built in operating system. I can work around it by using the test(/CrOS/) (which matches how v1.9.4 worked), but it this was built in like the other operating systems.
The text was updated successfully, but these errors were encountered:
Hi, @ffaubert. Right, I can see that there's no a proper detection specification for CrOS in bowser. We could make a hot-fix for that. Do you feel like making a PR with such a functionality? It should be a piece cake putting a spec object to parser-os.js and fixing a couple of integration tests that will fail with a new spec :)
I'm in the process of migrating my application from v1.9.4 to v2 and noticed that ChromeOS is no longer detectable as a built in operating system. I can work around it by using the test(/CrOS/) (which matches how v1.9.4 worked), but it this was built in like the other operating systems.
The text was updated successfully, but these errors were encountered: