mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Add operating system detection for Chrome OS
This commit is contained in:
parent
c5d18a4db9
commit
65988ac79c
@ -144,4 +144,14 @@ export default [
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/* Chrome OS */
|
||||||
|
{
|
||||||
|
test: [/CrOS/],
|
||||||
|
describe() {
|
||||||
|
return {
|
||||||
|
name: 'Chrome OS',
|
||||||
|
};
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
@ -174,7 +174,8 @@
|
|||||||
browser:
|
browser:
|
||||||
name: "Chrome"
|
name: "Chrome"
|
||||||
version: "29.0.1547.57"
|
version: "29.0.1547.57"
|
||||||
os: {}
|
os:
|
||||||
|
name: "Chrome OS"
|
||||||
platform: {}
|
platform: {}
|
||||||
engine:
|
engine:
|
||||||
name: "Blink"
|
name: "Blink"
|
||||||
|
Loading…
Reference in New Issue
Block a user