Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Improve test for M89
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Mar 10, 2021
1 parent 610c3fc commit c64ac18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/chromium-detector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ const descriptors = {
test: () => isObject(window.navigator.hid)
},
{
url: 'https://chromestatus.com/feature/6577673212002304',
name: 'Web Serial API',
optional: true, // Mobile devices & Brave
test: () => isObject(window.navigator.serial)
url: 'https://chromestatus.com/feature/6561346332131328',
name: 'disclosure-open and disclosure-closed keywords for CSS list-style-type property',
test: () => supportsCSSValue('listStyleType', 'disclosure-open')
},
{
url: 'https://chromestatus.com/feature/5685965186138112',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromium-detector",
"version": "1.0.5",
"version": "1.0.6",
"description": "Feature detects the running version of Chromium without any UserAgent parsing",
"main": "dist/chromium-detector.js",
"module": "index.js",
Expand Down

0 comments on commit c64ac18

Please sign in to comment.