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
<bodyclass="page"> <!-- the class attribute of the {body} tag gets filled up after page load -->
@@ -77,6 +77,7 @@ This is where a new concept comes in. I call it **Engine Detection**. It's a con
77
77
/* The `navigator` object now supports `navigator.oscpu` and `navigator.ostitle` non-standard properties - polyfilled (Firefox is the only browser that support `navigator.oscpu` natively */
78
78
79
79
console.log(navigator.oscpu); // operating system cpu info e.g. "Windows NT 6.1"
80
+
console.log(navigator.ostitle); // operating system brand name e.g. "Windows 10 Pro - 64 bits"
0 commit comments